diff options
author | CoprDistGit <infra@openeuler.org> | 2024-02-29 05:30:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-02-29 05:30:19 +0000 |
commit | 896abcae6298676827be7ca56cdd1765e7f962e3 (patch) | |
tree | 69e83db279e03f1e6c174fc6b5d7887ca4637cd9 | |
parent | b839f79ba9257c86bee56c2579d28a192e8ce752 (diff) |
automatic import of transformers
-rw-r--r-- | transformers.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/transformers.spec b/transformers.spec index 3492189..7125d9d 100644 --- a/transformers.spec +++ b/transformers.spec @@ -8,8 +8,16 @@ URL: https://pypi.org/ Source0: https://files.pythonhosted.org/packages/8f/81/ca40da3d5fbd54d67cbbc004562a5b84c8bc8355d376ba94272710a1dd7f/transformers-4.38.1.tar.gz BuildRequires: g++ -Requires: python3-future +Requires: python3-pytorch Requires: python3-numpy +Requires: python3-regex +Requires: python3-filelock +Requires: python3-tqdm +Requires: python3-huggingface-hub +Requires: python3-safetensors +Requires: python3-tokenizers +Requires: python3-pyyaml +Requires: python3-requests %description Transformers provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio. |