Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Base dependencies
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision==0.
|
| 4 |
transformers==4.48.0
|
| 5 |
datasets==3.1.0
|
| 6 |
safetensors==0.4.5
|
|
@@ -10,7 +10,7 @@ qwen-vl-utils==0.0.14
|
|
| 10 |
spaces
|
| 11 |
einops
|
| 12 |
|
| 13 |
-
# Pre-built Wheels (Python 3.12 + CUDA 12 + Torch 2.
|
| 14 |
-
causal-conv1d @ https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.6.0/causal_conv1d-1.6.0+cu12torch2.
|
| 15 |
-
mamba-ssm @ https://github.com/state-spaces/mamba/releases/download/v2.3.0/mamba_ssm-2.3.0+cu12torch2.
|
| 16 |
-
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.8.3/flash_attn-2.8.3+cu12torch2.
|
|
|
|
| 1 |
# Base dependencies
|
| 2 |
+
torch==2.7.0
|
| 3 |
+
torchvision==0.22.0
|
| 4 |
transformers==4.48.0
|
| 5 |
datasets==3.1.0
|
| 6 |
safetensors==0.4.5
|
|
|
|
| 10 |
spaces
|
| 11 |
einops
|
| 12 |
|
| 13 |
+
# Pre-built Wheels (Python 3.12 + CUDA 12 + Torch 2.7)
|
| 14 |
+
causal-conv1d @ https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.6.0/causal_conv1d-1.6.0+cu12torch2.7cxx11abiTRUE-cp312-cp312-linux_x86_64.whl
|
| 15 |
+
mamba-ssm @ https://github.com/state-spaces/mamba/releases/download/v2.3.0/mamba_ssm-2.3.0+cu12torch2.7cxx11abiTRUE-cp312-cp312-linux_x86_64.whl
|
| 16 |
+
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.8.3/flash_attn-2.8.3+cu12torch2.7cxx11abiTRUE-cp312-cp312-linux_x86_64.whl
|