aaurelions commited on
Commit
a699336
·
verified ·
1 Parent(s): 45f0224

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu # For CPU Spaces
2
  transformers>=4.40.0
3
  accelerate>=0.25.0
4
- bitsandbytes # Not strictly needed for CPU but often a dependency
5
  peft>=0.10.0
6
  trl>=0.8.0
7
- gradio>=4.0.0 # Or latest
8
- sentencepiece # Often a tokenizer dependency
9
- protobuf # Often a tokenizer dependency
10
- numpy==1.26.4 # Pinning for compatibility
 
1
+ torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
2
  transformers>=4.40.0
3
  accelerate>=0.25.0
4
+ # bitsandbytes # Not strictly needed for CPU
5
  peft>=0.10.0
6
  trl>=0.8.0
7
+ gradio>=4.20.0 # Try a more recent version
8
+ sentencepiece
9
+ protobuf
10
+ numpy==1.26.4