saurabh-straive commited on
Commit
aca2a42
1 Parent(s): 2fc750a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+ torch==2.1.2
3
+ torchvision==0.16.2
4
+ transformers==4.37.2
5
+ tokenizers==0.15.1
6
+ sentencepiece==0.1.99
7
+ shortuuid
8
+ accelerate==0.21.0
9
+ peft
10
+ bitsandbytes
11
+ pydantic
12
+ markdown2[all]
13
+ numpy
14
+ scikit-learn==1.2.2
15
+ gradio==4.16.0
16
+ gradio_client==0.8.1