aaurelions commited on
Commit
54f7d43
·
verified ·
1 Parent(s): 1f29a69

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -1
requirements.txt CHANGED
@@ -1 +1,10 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
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