diff --git a/requirements/full/requirements.txt b/requirements/full/requirements.txt index e6152d61..bed2aeb4 100644 --- a/requirements/full/requirements.txt +++ b/requirements/full/requirements.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" bitsandbytes==0.49.* colorama @@ -8,7 +8,7 @@ einops fastapi==0.112.4 flash-linear-attention==0.4.* html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -27,7 +27,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb @@ -44,8 +44,8 @@ tiktoken # CUDA wheels https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.74.0/llama_cpp_binaries-0.74.0+cu124-py3-none-win_amd64.whl; platform_system == "Windows" https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.74.0/llama_cpp_binaries-0.74.0+cu124-py3-none-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" -https://github.com/turboderp-org/exllamav3/releases/download/v0.0.18/exllamav3-0.0.18+cu128.torch2.9.0-cp313-cp313-win_amd64.whl; platform_system == "Windows" and python_version == "3.13" -https://github.com/turboderp-org/exllamav3/releases/download/v0.0.18/exllamav3-0.0.18+cu128.torch2.9.0-cp313-cp313-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.13" +https://github.com/turboderp-org/exllamav3/releases/download/v0.0.22/exllamav3-0.0.22+cu128.torch2.9.0-cp313-cp313-win_amd64.whl; platform_system == "Windows" and python_version == "3.13" +https://github.com/turboderp-org/exllamav3/releases/download/v0.0.22/exllamav3-0.0.22+cu128.torch2.9.0-cp313-cp313-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.13" https://github.com/turboderp-org/exllamav2/releases/download/v0.3.2/exllamav2-0.3.2+cu128.torch2.9.0-cp313-cp313-win_amd64.whl; platform_system == "Windows" and python_version == "3.13" https://github.com/turboderp-org/exllamav2/releases/download/v0.3.2/exllamav2-0.3.2+cu128.torch2.9.0-cp313-cp313-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.13" https://github.com/turboderp-org/exllamav2/releases/download/v0.3.2/exllamav2-0.3.2-py3-none-any.whl; platform_system == "Linux" and platform_machine != "x86_64" diff --git a/requirements/full/requirements_amd.txt b/requirements/full/requirements_amd.txt index 251623b5..8824357c 100644 --- a/requirements/full/requirements_amd.txt +++ b/requirements/full/requirements_amd.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" colorama datasets @@ -6,7 +6,7 @@ diffusers==0.36.* einops fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -25,7 +25,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb diff --git a/requirements/full/requirements_amd_noavx2.txt b/requirements/full/requirements_amd_noavx2.txt index 43cb282f..ca7f0fe9 100644 --- a/requirements/full/requirements_amd_noavx2.txt +++ b/requirements/full/requirements_amd_noavx2.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" colorama datasets @@ -6,7 +6,7 @@ diffusers==0.36.* einops fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -25,7 +25,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb diff --git a/requirements/full/requirements_apple_intel.txt b/requirements/full/requirements_apple_intel.txt index f591fa25..b9f1f1f2 100644 --- a/requirements/full/requirements_apple_intel.txt +++ b/requirements/full/requirements_apple_intel.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" colorama datasets @@ -6,7 +6,7 @@ diffusers==0.36.* einops fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -25,7 +25,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb diff --git a/requirements/full/requirements_apple_silicon.txt b/requirements/full/requirements_apple_silicon.txt index 6ff4753d..71da9a67 100644 --- a/requirements/full/requirements_apple_silicon.txt +++ b/requirements/full/requirements_apple_silicon.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" colorama datasets @@ -6,7 +6,7 @@ diffusers==0.36.* einops fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -25,7 +25,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb diff --git a/requirements/full/requirements_cpu_only.txt b/requirements/full/requirements_cpu_only.txt index bd0776da..cd70cb7f 100644 --- a/requirements/full/requirements_cpu_only.txt +++ b/requirements/full/requirements_cpu_only.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" colorama datasets @@ -6,7 +6,7 @@ diffusers==0.36.* einops fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -25,7 +25,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb diff --git a/requirements/full/requirements_cpu_only_noavx2.txt b/requirements/full/requirements_cpu_only_noavx2.txt index 39a06cdb..1a128289 100644 --- a/requirements/full/requirements_cpu_only_noavx2.txt +++ b/requirements/full/requirements_cpu_only_noavx2.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" colorama datasets @@ -6,7 +6,7 @@ diffusers==0.36.* einops fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -25,7 +25,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb diff --git a/requirements/full/requirements_noavx2.txt b/requirements/full/requirements_noavx2.txt index 11b83256..e2a9fd58 100644 --- a/requirements/full/requirements_noavx2.txt +++ b/requirements/full/requirements_noavx2.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" bitsandbytes==0.49.* colorama @@ -8,7 +8,7 @@ einops fastapi==0.112.4 flash-linear-attention==0.4.* html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -27,7 +27,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb @@ -44,8 +44,8 @@ tiktoken # CUDA wheels https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.74.0/llama_cpp_binaries-0.74.0+cu124avx-py3-none-win_amd64.whl; platform_system == "Windows" https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.74.0/llama_cpp_binaries-0.74.0+cu124avx-py3-none-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" -https://github.com/turboderp-org/exllamav3/releases/download/v0.0.18/exllamav3-0.0.18+cu128.torch2.9.0-cp313-cp313-win_amd64.whl; platform_system == "Windows" and python_version == "3.13" -https://github.com/turboderp-org/exllamav3/releases/download/v0.0.18/exllamav3-0.0.18+cu128.torch2.9.0-cp313-cp313-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.13" +https://github.com/turboderp-org/exllamav3/releases/download/v0.0.22/exllamav3-0.0.22+cu128.torch2.9.0-cp313-cp313-win_amd64.whl; platform_system == "Windows" and python_version == "3.13" +https://github.com/turboderp-org/exllamav3/releases/download/v0.0.22/exllamav3-0.0.22+cu128.torch2.9.0-cp313-cp313-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.13" https://github.com/turboderp-org/exllamav2/releases/download/v0.3.2/exllamav2-0.3.2+cu128.torch2.9.0-cp313-cp313-win_amd64.whl; platform_system == "Windows" and python_version == "3.13" https://github.com/turboderp-org/exllamav2/releases/download/v0.3.2/exllamav2-0.3.2+cu128.torch2.9.0-cp313-cp313-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.13" https://github.com/turboderp-org/exllamav2/releases/download/v0.3.2/exllamav2-0.3.2-py3-none-any.whl; platform_system == "Linux" and platform_machine != "x86_64" diff --git a/requirements/full/requirements_nowheels.txt b/requirements/full/requirements_nowheels.txt index dc740dc8..e70bec7e 100644 --- a/requirements/full/requirements_nowheels.txt +++ b/requirements/full/requirements_nowheels.txt @@ -1,4 +1,4 @@ -accelerate==1.8.* +accelerate==1.12.* audioop-lts<1.0; python_version >= "3.13" colorama datasets @@ -6,7 +6,7 @@ diffusers==0.36.* einops fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* @@ -25,7 +25,7 @@ scipy sentencepiece tensorboard torchao==0.15.* -transformers==4.57.* +transformers==5.2.* triton-windows==3.5.1.post24; platform_system == "Windows" tqdm wandb diff --git a/requirements/portable/requirements.txt b/requirements/portable/requirements.txt index 2f6bf511..b9576255 100644 --- a/requirements/portable/requirements.txt +++ b/requirements/portable/requirements.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_amd.txt b/requirements/portable/requirements_amd.txt index 209610ce..dc30f421 100644 --- a/requirements/portable/requirements_amd.txt +++ b/requirements/portable/requirements_amd.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_amd_noavx2.txt b/requirements/portable/requirements_amd_noavx2.txt index 29a1f72b..34746426 100644 --- a/requirements/portable/requirements_amd_noavx2.txt +++ b/requirements/portable/requirements_amd_noavx2.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_apple_intel.txt b/requirements/portable/requirements_apple_intel.txt index 8812ac39..6bae46d6 100644 --- a/requirements/portable/requirements_apple_intel.txt +++ b/requirements/portable/requirements_apple_intel.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_apple_silicon.txt b/requirements/portable/requirements_apple_silicon.txt index c627cfd4..2f9e4dc5 100644 --- a/requirements/portable/requirements_apple_silicon.txt +++ b/requirements/portable/requirements_apple_silicon.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_cpu_only.txt b/requirements/portable/requirements_cpu_only.txt index 5ca660ad..739ac26f 100644 --- a/requirements/portable/requirements_cpu_only.txt +++ b/requirements/portable/requirements_cpu_only.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_cpu_only_noavx2.txt b/requirements/portable/requirements_cpu_only_noavx2.txt index 5bb282eb..e096ed1d 100644 --- a/requirements/portable/requirements_cpu_only_noavx2.txt +++ b/requirements/portable/requirements_cpu_only_noavx2.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_noavx2.txt b/requirements/portable/requirements_noavx2.txt index ecce4a2f..12e24ab4 100644 --- a/requirements/portable/requirements_noavx2.txt +++ b/requirements/portable/requirements_noavx2.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_nowheels.txt b/requirements/portable/requirements_nowheels.txt index c9831985..347f97f6 100644 --- a/requirements/portable/requirements_nowheels.txt +++ b/requirements/portable/requirements_nowheels.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_vulkan.txt b/requirements/portable/requirements_vulkan.txt index 4b3adddc..c2a66a69 100644 --- a/requirements/portable/requirements_vulkan.txt +++ b/requirements/portable/requirements_vulkan.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.* diff --git a/requirements/portable/requirements_vulkan_noavx2.txt b/requirements/portable/requirements_vulkan_noavx2.txt index 8d6acdd7..79b632bb 100644 --- a/requirements/portable/requirements_vulkan_noavx2.txt +++ b/requirements/portable/requirements_vulkan_noavx2.txt @@ -1,7 +1,7 @@ audioop-lts<1.0; python_version >= "3.13" fastapi==0.112.4 html2text==2025.4.15 -huggingface-hub==0.36.0 +huggingface-hub==1.5.* jinja2==3.1.6 markdown numpy==2.2.*