limitedonly41 commited on
Commit
4eaaba6
·
verified ·
1 Parent(s): ebbb952

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -7
requirements.txt CHANGED
@@ -3,15 +3,19 @@ gradio>=4.44.0
3
  spaces
4
 
5
  # PyTorch - pinned to avoid unsloth compatibility issues
6
- torch>=2.3.0,<2.6.0
7
- torchvision
8
- torchaudio
 
 
 
 
9
 
10
  # Transformers and model loading
11
- transformers>=4.36.0
12
- accelerate>=0.21.0
13
- bitsandbytes>=0.41.0
14
- safetensors>=0.3.2
15
  sentence-transformers==5.1.0
16
  sentencepiece==0.2.1
17
 
 
3
  spaces
4
 
5
  # PyTorch - pinned to avoid unsloth compatibility issues
6
+ # torch>=2.3.0,<2.6.0
7
+ # torchvision
8
+ # torchaudio
9
+
10
+ torch==2.5.1
11
+ torchaudio==2.5.1
12
+ torchvision==0.20.1
13
 
14
  # Transformers and model loading
15
+ transformers==4.56.1
16
+ accelerate==1.10.1
17
+ bitsandbytes==0.48.1
18
+ safetensors==0.6.2
19
  sentence-transformers==5.1.0
20
  sentencepiece==0.2.1
21