ninjals commited on
Commit
ae7032c
·
verified ·
1 Parent(s): 8ccff75

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # Base dependencies
2
- torch==2.6.0
3
- torchvision==0.21.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.6)
14
- causal-conv1d @ https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.6.0/causal_conv1d-1.6.0+cu12torch2.6cxx11abiTRUE-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.6cxx11abiTRUE-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.6cxx11abiTRUE-cp312-cp312-linux_x86_64.whl
 
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