Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update overview of available software #348

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/available_software/data/json_data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/available_software/data/json_data_detail.json

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions docs/available_software/detail/LightGBM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
hide:
- toc
---

LightGBM
========


A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBMor MART) framework based on decision tree algorithms, used for ranking,classification and many other machine learning tasks.

https://lightgbm.readthedocs.io
# Available modules


The overview below shows which LightGBM installations are available per target architecture in EESSI, ordered based on software version (new to old).

To start using LightGBM, load one of these modules using a `module load` command like:

```shell
module load LightGBM/4.5.0-foss-2023a
```

*(This data was automatically generated on {{ generated_time }})*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|LightGBM/4.5.0-foss-2023a|x|x|x|x|x|x|x|x|x|


### LightGBM/4.5.0-foss-2023a

This is a list of extensions included in the module:

lightgbm-4.5.0
3 changes: 2 additions & 1 deletion docs/available_software/detail/libidn2.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ The overview below shows which libidn2 installations are available per target ar
To start using libidn2, load one of these modules using a `module load` command like:

```shell
module load libidn2/2.3.2-GCCcore-13.2.0
module load libidn2/2.3.7-GCCcore-12.3.0
```

*(This data was automatically generated on {{ generated_time }})*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|libidn2/2.3.7-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
|libidn2/2.3.2-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|
9 changes: 8 additions & 1 deletion docs/available_software/detail/scikit-build-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ module load scikit-build-core/0.9.3-GCCcore-13.2.0
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|scikit-build-core/0.9.3-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|
|scikit-build-core/0.9.3-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|


### scikit-build-core/0.9.3-GCCcore-13.2.0

This is a list of extensions included in the module:

scikit_build_core-0.9.3
scikit_build_core-0.9.3

### scikit-build-core/0.9.3-GCCcore-12.3.0

This is a list of extensions included in the module:

pyproject-metadata-0.8.0, scikit_build_core-0.9.3
3 changes: 2 additions & 1 deletion docs/available_software/detail/wget.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ The overview below shows which wget installations are available per target archi
To start using wget, load one of these modules using a `module load` command like:

```shell
module load wget/1.21.4-GCCcore-13.2.0
module load wget/1.24.5-GCCcore-12.3.0
```

*(This data was automatically generated on {{ generated_time }})*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|wget/1.24.5-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
|wget/1.21.4-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ extra:
- icon: fontawesome/brands/twitter
link: https://twitter.com/eessi_hpc
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
generated_time: "Thu, 21 Nov 2024 at 01:42:12 UTC"
generated_time: "Wed, 27 Nov 2024 at 01:47:52 UTC"
extra_javascript:
# mermaid diagram
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
Expand Down