chuanli-lambda chuanli11 commited on
Commit
ded2f88
1 Parent(s): b8b8034

freeze environment (#2)

Browse files

- freeze requirements.txt (1ad87788066fa639fdb4d898eb733fbe10e3af8b)


Co-authored-by: Chuan Li <[email protected]>

Files changed (1) hide show
  1. requirements.txt +108 -8
requirements.txt CHANGED
@@ -1,10 +1,110 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu116
2
- torch==1.12.1+cu116
3
- diffusers
4
- transformers
5
- scipy
6
- ftfy
7
- datasets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  gradio==3.5
9
- accelerate
10
- ray[serve]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cu116
2
+ accelerate==0.15.0
3
+ aiohttp==3.8.3
4
+ aiohttp-cors==0.7.0
5
+ aiorwlock==1.3.0
6
+ aiosignal==1.3.1
7
+ anyio==3.6.2
8
+ async-timeout==4.0.2
9
+ attrs==22.2.0
10
+ bcrypt==4.0.1
11
+ blessed==1.19.1
12
+ cachetools==5.3.0
13
+ certifi==2022.12.7
14
+ cffi==1.15.1
15
+ charset-normalizer==2.1.1
16
+ click==8.1.3
17
+ colorful==0.5.5
18
+ contourpy==1.0.7
19
+ cryptography==39.0.0
20
+ cycler==0.11.0
21
+ datasets==2.8.0
22
+ diffusers==0.11.1
23
+ dill==0.3.6
24
+ distlib==0.3.6
25
+ fastapi==0.88.0
26
+ ffmpy==0.3.0
27
+ filelock==3.9.0
28
+ fonttools==4.38.0
29
+ frozenlist==1.3.3
30
+ fsspec==2023.1.0
31
+ ftfy==6.1.1
32
+ google-api-core==2.11.0
33
+ google-auth==2.16.0
34
+ googleapis-common-protos==1.58.0
35
+ gpustat==1.0.0
36
  gradio==3.5
37
+ grpcio==1.51.1
38
+ h11==0.14.0
39
+ httpcore==0.16.3
40
+ httpx==0.23.1
41
+ huggingface-hub==0.11.1
42
+ idna==3.4
43
+ importlib-metadata==6.0.0
44
+ importlib-resources==5.10.2
45
+ Jinja2==3.1.2
46
+ jsonschema==4.17.3
47
+ kiwisolver==1.4.4
48
+ linkify-it-py==1.0.3
49
+ markdown-it-py==2.1.0
50
+ MarkupSafe==2.1.2
51
+ matplotlib==3.6.3
52
+ mdit-py-plugins==0.3.3
53
+ mdurl==0.1.2
54
+ msgpack==1.0.4
55
+ multidict==6.0.4
56
+ multiprocess==0.70.14
57
+ numpy==1.24.1
58
+ nvidia-ml-py==11.495.46
59
+ opencensus==0.11.1
60
+ opencensus-context==0.1.3
61
+ orjson==3.8.5
62
+ packaging==23.0
63
+ pandas==1.5.3
64
+ paramiko==3.0.0
65
+ Pillow==9.4.0
66
+ pkgutil-resolve-name==1.3.10
67
+ platformdirs==2.6.2
68
+ prometheus-client==0.13.1
69
+ protobuf==4.21.12
70
+ psutil==5.9.4
71
+ py-spy==0.3.14
72
+ pyarrow==10.0.1
73
+ pyasn1==0.4.8
74
+ pyasn1-modules==0.2.8
75
+ pycparser==2.21
76
+ pycryptodome==3.16.0
77
+ pydantic==1.10.4
78
+ pydub==0.25.1
79
+ PyNaCl==1.5.0
80
+ pyparsing==3.0.9
81
+ pyrsistent==0.19.3
82
+ python-dateutil==2.8.2
83
+ python-multipart==0.0.5
84
+ pytz==2022.7.1
85
+ PyYAML==6.0
86
+ ray==2.2.0
87
+ regex==2022.10.31
88
+ requests==2.28.2
89
+ responses==0.18.0
90
+ rfc3986==1.5.0
91
+ rsa==4.9
92
+ scipy==1.10.0
93
+ six==1.16.0
94
+ smart-open==6.3.0
95
+ sniffio==1.3.0
96
+ starlette==0.22.0
97
+ tokenizers==0.13.2
98
+ torch==1.12.1+cu116
99
+ tqdm==4.64.1
100
+ transformers==4.26.0
101
+ typing-extensions==4.4.0
102
+ uc-micro-py==1.0.1
103
+ urllib3==1.26.14
104
+ uvicorn==0.20.0
105
+ virtualenv==20.17.1
106
+ wcwidth==0.2.6
107
+ websockets==10.4
108
+ xxhash==3.2.0
109
+ yarl==1.8.2
110
+ zipp==3.11.0