Penghao Wu commited on
Commit
1ef7654
1 Parent(s): 5f311b5
Files changed (1) hide show
  1. requirements.txt +23 -40
requirements.txt CHANGED
@@ -1,47 +1,30 @@
1
- accelerate==0.21.0
2
- addict==2.4.0
3
- bitsandbytes==0.41.0
 
4
  bleach==6.1.0
5
- einops==0.6.1
6
- einops-exts==0.0.4
7
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
8
- exceptiongroup==1.1.3
9
- fastapi==0.100.1
10
- ffmpy==0.3.1
11
- gradio[oauth]==3.35.2
12
- gradio_client==0.2.9
13
- huggingface-hub==0.19.4
14
- ninja==1.11.1.1
15
- numpy==1.24.2
16
- openai==0.27.8
17
  opencv-python==4.8.0.74
18
- pandas==2.0.3
 
 
 
 
 
 
 
 
 
 
 
 
19
  peft==0.4.0
20
- Pillow==9.4.0
21
- pycocotools==2.0.6
22
- pydantic==1.10.12
23
- ray==2.6.1
24
- referencing==0.30.2
25
- regex==2023.8.8
26
- requests==2.31.0
27
- safetensors==0.3.3
28
- scikit-image==0.21.0
29
  scikit-learn==1.2.2
30
- scipy==1.11.2
31
  sentencepiece==0.1.99
32
- shortuuid==1.0.11
33
- spacy==3.7.2
34
- tensorboard==2.14.0
35
- tensorboard-data-server==0.7.1
36
  timm==0.6.13
37
- tokenizers==0.13.3
38
- tomli==2.0.1
39
- torch==2.1.1
40
- torchmetrics==0.2.0
41
- torchvision==0.16.1
42
- tqdm==4.65.2
43
- transformers==4.31.0
44
- uvicorn==0.23.2
45
- wandb==0.15.11
46
- yarl==1.9.2
47
- deepspeed==0.9.5
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+ pip
3
+ einops
4
+ fastapi
5
  bleach==6.1.0
 
 
6
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
 
 
 
 
 
 
 
 
 
7
  opencv-python==4.8.0.74
8
+ gradio==3.35.2
9
+ markdown2[all]
10
+ numpy
11
+ requests
12
+ sentencepiece
13
+ tokenizers>=0.12.1
14
+ torch==2.0.1
15
+ torchvision==0.15.2
16
+ uvicorn
17
+ wandb
18
+ shortuuid
19
+ httpx==0.24.0
20
+ deepspeed==0.9.5
21
  peft==0.4.0
22
+ transformers==4.31.0
23
+ accelerate==0.21.0
24
+ bitsandbytes==0.41.0
 
 
 
 
 
 
25
  scikit-learn==1.2.2
 
26
  sentencepiece==0.1.99
27
+ einops==0.6.1
28
+ einops-exts==0.0.4
 
 
29
  timm==0.6.13
30
+ gradio_client==0.2.9