aaurelions commited on
Commit
e84e757
Β·
verified Β·
1 Parent(s): fad4129

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ transformers>=4.38.0 # Use a recent version
2
+ torch>=2.1.0 # Check compatibility with your hardware/CUDA
3
+ gradio>=4.0.0 # Use a recent version of Gradio
4
+ accelerate # Often needed for device_map='auto'
5
+ bitsandbytes # Might be needed depending on how BitNet is loaded or if using further quantization
6
+ # sentencepiece # Often required by tokenizers
7
+ # protobuf # Often required by tokenizers