Skip to content

Commit 2b3edab

Browse files
trz42github-actions[bot]
authored andcommitted
update overview of available software
1 parent 69253ca commit 2b3edab

3 files changed

Lines changed: 112 additions & 1 deletion

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
json_ld:
3+
'@context': https://schema.org
4+
'@type': SoftwareApplication
5+
applicationCategory: DeveloperApplication
6+
description: Unsupervised text tokenizer for Neural Network-based text generation.
7+
license: Not confirmed
8+
name: SentencePiece
9+
offers:
10+
'@type': Offer
11+
price: 0
12+
operatingSystem: LINUX
13+
review:
14+
'@type': Review
15+
author:
16+
'@type': Organization
17+
name: EESSI
18+
reviewBody: Application has been successfully made available on all architectures
19+
supported by EESSI
20+
reviewRating:
21+
'@type': Rating
22+
ratingValue: 5
23+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
24+
on your system
25+
softwareVersion: '[''0.2.1'']'
26+
url: https://github.com/google/sentencepiece
27+
---
28+
# SentencePiece
29+
30+
31+
Unsupervised text tokenizer for Neural Network-based text generation.
32+
33+
<small>homepage: </small><span class="software-link">[https://github.com/google/sentencepiece](https://github.com/google/sentencepiece)</span>
34+
35+
## Available installations
36+
37+
38+
|SentencePiece version|Supported CPU targets|Supported GPU targets|EESSI version|Module|
39+
| --- | --- | --- | --- | --- |
40+
|0.2.1|`generic`: `aarch64`, `x86_64`<br/><span class="software-cpu-arm">Arm</span>: `a64fx`, `neoverse_n1`, `neoverse_v1`, `nvidia/grace`<br/><span class="software-cpu-amd">AMD</span>: `zen2`, `zen3`, `zen4`<br/><span class="software-cpu-intel">Intel</span>: `haswell`, `skylake_avx512`, `sapphirerapids`, `icelake`, `cascadelake`<br/>|*(none)*|<span class="software-eessi-version-202506">2025.06</span>|`SentencePiece/0.2.1-GCC-14.3.0`|
41+
42+
## Extensions
43+
44+
Overview of extensions included in SentencePiece installations
45+
46+
47+
### SentencePiece
48+
49+
50+
|`SentencePiece` version|SentencePiece modules that include it|
51+
| --- | --- |
52+
|0.2.1|`SentencePiece/0.2.1-GCC-14.3.0`|
53+
54+
### sentencepiece
55+
56+
57+
|`sentencepiece` version|SentencePiece modules that include it|
58+
| --- | --- |
59+
|0.2.1|`SentencePiece/0.2.1-GCC-14.3.0`|
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
json_ld:
3+
'@context': https://schema.org
4+
'@type': SoftwareApplication
5+
applicationCategory: DeveloperApplication
6+
description: '
7+
8+
gperftools is a collection of a high-performance multi-threaded malloc()
9+
10+
implementation, plus some pretty nifty performance analysis tools.
11+
12+
Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler.
13+
14+
'
15+
license: Not confirmed
16+
name: gperftools
17+
offers:
18+
'@type': Offer
19+
price: 0
20+
operatingSystem: LINUX
21+
review:
22+
'@type': Review
23+
author:
24+
'@type': Organization
25+
name: EESSI
26+
reviewBody: Application has been successfully made available on all architectures
27+
supported by EESSI
28+
reviewRating:
29+
'@type': Rating
30+
ratingValue: 5
31+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
32+
on your system
33+
softwareVersion: '[''2.17.2'']'
34+
url: https://github.com/gperftools/gperftools
35+
---
36+
# gperftools
37+
38+
39+
40+
gperftools is a collection of a high-performance multi-threaded malloc()
41+
implementation, plus some pretty nifty performance analysis tools.
42+
Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler.
43+
44+
45+
<small>homepage: </small><span class="software-link">[https://github.com/gperftools/gperftools](https://github.com/gperftools/gperftools)</span>
46+
47+
## Available installations
48+
49+
50+
|gperftools version|Supported CPU targets|Supported GPU targets|EESSI version|Module|
51+
| --- | --- | --- | --- | --- |
52+
|2.17.2|`generic`: `aarch64`, `x86_64`<br/><span class="software-cpu-arm">Arm</span>: `a64fx`, `neoverse_n1`, `neoverse_v1`, `nvidia/grace`<br/><span class="software-cpu-amd">AMD</span>: `zen2`, `zen3`, `zen4`<br/><span class="software-cpu-intel">Intel</span>: `haswell`, `skylake_avx512`, `sapphirerapids`, `icelake`, `cascadelake`<br/>|*(none)*|<span class="software-eessi-version-202506">2025.06</span>|`gperftools/2.17.2-GCCcore-14.3.0`|

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ extra:
213213
- icon: fontawesome/brands/twitter
214214
link: https://twitter.com/eessi_hpc
215215
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
216-
generated_time: "Fri, 22 May 2026 at 14:46:54 UTC"
216+
generated_time: "Sun, 31 May 2026 at 04:14:33 UTC"
217217
slack_invite_url: "https://join.slack.com/t/eessi-hpc/shared_invite/zt-2wg10p26d-m_CnRB89xQq3zk9qxf1k3g"
218218
extra_javascript:
219219
# mermaid diagram

0 commit comments

Comments
 (0)