RishiRP commited on
Commit
9741905
·
verified ·
1 Parent(s): e84ddb8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -3,8 +3,9 @@
3
  # Core compute (CUDA 12.x -> cu121 wheels)
4
  torch==2.3.1+cu121
5
 
6
- # HF stack (PAIR THESE VERSIONS)
7
- transformers==4.44.2 # requires tokenizers >=0.19,<0.20
 
8
  sentencepiece==0.1.99
9
  huggingface_hub==0.24.6
10
  accelerate==0.33.0
 
3
  # Core compute (CUDA 12.x -> cu121 wheels)
4
  torch==2.3.1+cu121
5
 
6
+ # HF stack (stable pair)
7
+ transformers==4.44.2
8
+ tokenizers==0.19.1 # compatible with 4.44.2
9
  sentencepiece==0.1.99
10
  huggingface_hub==0.24.6
11
  accelerate==0.33.0