LaibaIrfan commited on
Commit
3bc4c12
·
verified ·
1 Parent(s): f6635e8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.20.0 # Ensure compatibility with latest Gradio version
2
+ transformers==4.40.0 # Adjust version based on your model compatibility
3
+ torch==2.6.0 # Ensure it matches your installed CUDA version
4
+ bitsandbytes==0.45.3 # Required for 8-bit quantization
5
+ accelerate==0.30.0 # Helps with device management
6
+ peft==0.10.0 # Required for loading LoRA/adapters
7
+ scipy # Needed for some PyTorch and Transformers functions
8
+ sentencepiece # Required if using models like T5, BART, or Llama
9
+