jinv2 commited on
Commit
78b9b40
·
verified ·
1 Parent(s): af3f7dd

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio
2
+ transformers>=4.39.0
3
+ peft>=0.9.0
4
+ accelerate>=0.27.0
5
+ bitsandbytes>=0.41.0 # Ensure a version compatible with your PyTorch and CUDA
6
+ torch>=2.0.0 # Or a specific version compatible with your chosen hardware & bitsandbytes
7
+ sentencepiece # Qwen tokenizer dependency