Skip to content
Closed
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
59 changes: 59 additions & 0 deletions docs/available_software/detail/SentencePiece.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
json_ld:
'@context': https://schema.org
'@type': SoftwareApplication
applicationCategory: DeveloperApplication
description: Unsupervised text tokenizer for Neural Network-based text generation.
license: Not confirmed
name: SentencePiece
offers:
'@type': Offer
price: 0
operatingSystem: LINUX
review:
'@type': Review
author:
'@type': Organization
name: EESSI
reviewBody: Application has been successfully made available on all architectures
supported by EESSI
reviewRating:
'@type': Rating
ratingValue: 5
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
on your system
softwareVersion: '[''0.2.1'']'
url: https://github.com/google/sentencepiece
---
# SentencePiece


Unsupervised text tokenizer for Neural Network-based text generation.

<small>homepage: </small><span class="software-link">[https://github.com/google/sentencepiece](https://github.com/google/sentencepiece)</span>

## Available installations


|SentencePiece version|Supported CPU targets|Supported GPU targets|EESSI version|Module|
| --- | --- | --- | --- | --- |
|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`|

## Extensions

Overview of extensions included in SentencePiece installations


### SentencePiece


|`SentencePiece` version|SentencePiece modules that include it|
| --- | --- |
|0.2.1|`SentencePiece/0.2.1-GCC-14.3.0`|

### sentencepiece


|`sentencepiece` version|SentencePiece modules that include it|
| --- | --- |
|0.2.1|`SentencePiece/0.2.1-GCC-14.3.0`|
52 changes: 52 additions & 0 deletions docs/available_software/detail/gperftools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
json_ld:
'@context': https://schema.org
'@type': SoftwareApplication
applicationCategory: DeveloperApplication
description: '

gperftools is a collection of a high-performance multi-threaded malloc()

implementation, plus some pretty nifty performance analysis tools.

Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler.

'
license: Not confirmed
name: gperftools
offers:
'@type': Offer
price: 0
operatingSystem: LINUX
review:
'@type': Review
author:
'@type': Organization
name: EESSI
reviewBody: Application has been successfully made available on all architectures
supported by EESSI
reviewRating:
'@type': Rating
ratingValue: 5
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
on your system
softwareVersion: '[''2.17.2'']'
url: https://github.com/gperftools/gperftools
---
# gperftools



gperftools is a collection of a high-performance multi-threaded malloc()
implementation, plus some pretty nifty performance analysis tools.
Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler.


<small>homepage: </small><span class="software-link">[https://github.com/gperftools/gperftools](https://github.com/gperftools/gperftools)</span>

## Available installations


|gperftools version|Supported CPU targets|Supported GPU targets|EESSI version|Module|
| --- | --- | --- | --- | --- |
|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`|
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,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: "Fri, 22 May 2026 at 14:46:54 UTC"
generated_time: "Sat, 30 May 2026 at 13:47:45 UTC"
slack_invite_url: "https://join.slack.com/t/eessi-hpc/shared_invite/zt-2wg10p26d-m_CnRB89xQq3zk9qxf1k3g"
extra_javascript:
# mermaid diagram
Expand Down
Loading