Skip to content

Commit

Permalink
also change transformers 4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Dec 15, 2024
1 parent c604568 commit f16a21a
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,19 @@ State-of-the-art Natural Language Processing for PyTorch and TensorFlow 2.0"""

toolchain = {'name': 'foss', 'version': '2022a'}

builddependencies = [
('pkgconf', '1.8.0'),
('Rust', '1.60.0'), # required for setuptools-rust, which is needed for tokenizers
]
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('PyYAML', '6.0'),
('tqdm', '4.64.0'),
('Safetensors', '0.3.1'),
('tokenizers', '0.13.3'),
]

exts_list = [
('regex', '2022.10.31', {
'checksums': ['a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83'],
}),
('tokenizers', '0.13.2', {
'checksums': ['f9525375582fd1912ac3caa2f727d36c86ff8c0c6de45ae1aaff90f87f33b907'],
}),
('huggingface-hub', '0.10.1', {
'source_tmpl': 'huggingface_hub-%(version)s.tar.gz',
'checksums': ['5c188d5b16bec4b78449f8681f9975ff9d321c16046cc29bcf0d7e464ff29276'],
Expand Down

0 comments on commit f16a21a

Please sign in to comment.