qwmqza commited on
Commit
741241d
·
1 Parent(s): 9ed7d77

new_requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -23
requirements.txt CHANGED
@@ -1,27 +1,115 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu118
2
- pip
3
- einops
4
- fastapi
5
- gradio==3.35.2
6
- markdown2[all]
7
- numpy
8
- requests
9
- sentencepiece
10
- tokenizers>=0.12.1
11
- torch==2.0.1
12
- torchvision==0.15.2
13
- uvicorn
14
- wandb
15
- shortuuid
16
- httpx==0.24.0
17
- deepspeed==0.9.5
18
- peft==0.4.0
19
- transformers==4.31.0
20
  accelerate==0.21.0
21
- bitsandbytes==0.41.0
22
- scikit-learn==1.2.2
23
- sentencepiece==0.1.99
 
 
 
 
 
 
 
 
 
24
  einops==0.6.1
25
  einops-exts==0.0.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  timm==0.6.13
27
- gradio_client==0.2.9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  accelerate==0.21.0
2
+ aiofiles==23.2.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ attrs==23.2.0
7
+ bitsandbytes==0.43.1
8
+ certifi==2024.6.2
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ contourpy==1.2.1
12
+ cycler==0.12.1
13
+ dnspython==2.6.1
14
  einops==0.6.1
15
  einops-exts==0.0.4
16
+ email_validator==2.1.1
17
+ exceptiongroup==1.2.1
18
+ fastapi==0.111.0
19
+ fastapi-cli==0.0.4
20
+ ffmpy==0.3.2
21
+ filelock==3.14.0
22
+ fonttools==4.53.0
23
+ fsspec==2024.5.0
24
+ gradio==4.16.0
25
+ gradio_client==0.8.1
26
+ h11==0.14.0
27
+ httpcore==0.17.3
28
+ httptools==0.6.1
29
+ httpx==0.24.0
30
+ huggingface-hub==0.23.2
31
+ idna==3.7
32
+ importlib_resources==6.4.0
33
+ Jinja2==3.1.4
34
+ joblib==1.4.2
35
+ jsonlines==4.0.0
36
+ jsonschema==4.22.0
37
+ jsonschema-specifications==2023.12.1
38
+ kiwisolver==1.4.5
39
+ -e git+https://github.com/haotian-liu/LLaVA.git@c121f0432da27facab705978f83c4ada465e46fd#egg=llava
40
+ markdown-it-py==3.0.0
41
+ markdown2==2.4.13
42
+ MarkupSafe==2.1.5
43
+ matplotlib==3.9.0
44
+ mdurl==0.1.2
45
+ mpmath==1.3.0
46
+ networkx==3.3
47
+ numpy==1.26.4
48
+ nvidia-cublas-cu12==12.1.3.1
49
+ nvidia-cuda-cupti-cu12==12.1.105
50
+ nvidia-cuda-nvrtc-cu12==12.1.105
51
+ nvidia-cuda-runtime-cu12==12.1.105
52
+ nvidia-cudnn-cu12==8.9.2.26
53
+ nvidia-cufft-cu12==11.0.2.54
54
+ nvidia-curand-cu12==10.3.2.106
55
+ nvidia-cusolver-cu12==11.4.5.107
56
+ nvidia-cusparse-cu12==12.1.0.106
57
+ nvidia-nccl-cu12==2.18.1
58
+ nvidia-nvjitlink-cu12==12.5.40
59
+ nvidia-nvtx-cu12==12.1.105
60
+ orjson==3.10.3
61
+ packaging==24.0
62
+ pandas==2.2.2
63
+ peft==0.11.1
64
+ pillow==10.3.0
65
+ protobuf==5.27.0
66
+ psutil==5.9.8
67
+ pydantic==2.7.2
68
+ pydantic_core==2.18.3
69
+ pydub==0.25.1
70
+ Pygments==2.18.0
71
+ pyparsing==3.1.2
72
+ python-dateutil==2.9.0.post0
73
+ python-dotenv==1.0.1
74
+ python-multipart==0.0.9
75
+ pytz==2024.1
76
+ PyYAML==6.0.1
77
+ referencing==0.35.1
78
+ regex==2024.5.15
79
+ requests==2.32.3
80
+ rich==13.7.1
81
+ rpds-py==0.18.1
82
+ ruff==0.4.7
83
+ safetensors==0.4.3
84
+ scikit-learn==1.2.2
85
+ scipy==1.13.1
86
+ semantic-version==2.10.0
87
+ sentencepiece==0.1.99
88
+ shellingham==1.5.4
89
+ shortuuid==1.0.13
90
+ six==1.16.0
91
+ sniffio==1.3.1
92
+ starlette==0.37.2
93
+ svgwrite==1.4.3
94
+ sympy==1.12.1
95
+ threadpoolctl==3.5.0
96
  timm==0.6.13
97
+ tokenizers==0.15.1
98
+ tomlkit==0.12.0
99
+ toolz==0.12.1
100
+ torch==2.1.2
101
+ torchvision==0.16.2
102
+ tqdm==4.66.4
103
+ transformers==4.37.2
104
+ transformers-stream-generator==0.0.5
105
+ triton==2.1.0
106
+ typer==0.12.3
107
+ typing_extensions==4.12.1
108
+ tzdata==2024.1
109
+ ujson==5.10.0
110
+ urllib3==2.2.1
111
+ uvicorn==0.30.1
112
+ uvloop==0.19.0
113
+ watchfiles==0.22.0
114
+ wavedrom==2.0.3.post3
115
+ websockets==11.0.3