diff --git a/requirements-common.txt b/requirements-common.txt index 6c390bcfd18e6..0394f380dfef6 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -5,7 +5,7 @@ requests >= 2.26.0 tqdm blake3 py-cpuinfo -transformers >= 4.45.2 # Required for Llama 3.2 and Qwen2-VL. +transformers >= 4.48.0 # Required for Bamba tokenizers >= 0.19.1 # Required for Llama 3. protobuf # Required by LlamaTokenizer. fastapi >= 0.107.0, < 0.113.0; python_version < '3.9' diff --git a/requirements-test.txt b/requirements-test.txt index f576e42afcbbf..d62c976dc4fdf 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# python3.12 -m piptools compile requirements-test.in -o requirements-test.txt +# pip-compile --output-file=requirements-test.txt requirements-test.in # absl-py==2.1.0 # via rouge-score @@ -37,7 +37,7 @@ audioread==3.0.1 # via librosa awscli==1.35.23 # via -r requirements-test.in -bitsandbytes>=0.45.0 +bitsandbytes==0.45.0 # via -r requirements-test.in black==24.10.0 # via datamodel-code-generator @@ -533,6 +533,7 @@ tqdm==4.66.6 # lm-eval # nltk # peft + # pqdm # sentence-transformers # tqdm-multiprocess # transformers @@ -555,9 +556,11 @@ typepy[datetime]==1.3.2 # tabledata typing-extensions==4.12.2 # via + # bitsandbytes # huggingface-hub # librosa # mistral-common + # pqdm # pydantic # pydantic-core # torch