zetavg commited on
Commit
69acddc
1 Parent(s): b9929ef

try to lock requirements

Browse files
Files changed (1) hide show
  1. requirements.lock.txt +121 -0
requirements.lock.txt ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.18.0
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
+ aiosignal==1.3.1
5
+ altair==4.2.2
6
+ anyio==3.6.2
7
+ appdirs==1.4.4
8
+ appnope==0.1.3
9
+ asttokens==2.2.1
10
+ async-timeout==4.0.2
11
+ attrs==22.2.0
12
+ backcall==0.2.0
13
+ bitsandbytes==0.37.2
14
+ black==23.3.0
15
+ charset-normalizer==3.1.0
16
+ click==8.1.3
17
+ contourpy==1.0.7
18
+ cycler==0.11.0
19
+ datasets==2.11.0
20
+ decorator==5.1.1
21
+ dill==0.3.6
22
+ entrypoints==0.4
23
+ exceptiongroup==1.1.1
24
+ executing==1.2.0
25
+ fastapi==0.95.0
26
+ ffmpy==0.3.0
27
+ filelock==3.11.0
28
+ fire==0.5.0
29
+ fonttools==4.39.3
30
+ frozenlist==1.3.3
31
+ fsspec==2023.3.0
32
+ gradio==3.24.1
33
+ gradio_client==0.0.8
34
+ h11==0.14.0
35
+ httpcore==0.16.3
36
+ httpx==0.23.3
37
+ huggingface-hub==0.13.4
38
+ idna==3.4
39
+ importlib-metadata==6.2.0
40
+ importlib-resources==5.12.0
41
+ iniconfig==2.0.0
42
+ ipython==8.12.0
43
+ jedi==0.18.2
44
+ Jinja2==3.1.2
45
+ jsonschema==4.17.3
46
+ kiwisolver==1.4.4
47
+ linkify-it-py==2.0.0
48
+ llvmlite==0.39.1
49
+ loralib==0.1.1
50
+ markdown-it-py==2.2.0
51
+ MarkupSafe==2.1.2
52
+ matplotlib==3.7.1
53
+ matplotlib-inline==0.1.6
54
+ mdit-py-plugins==0.3.3
55
+ mdurl==0.1.2
56
+ mpmath==1.3.0
57
+ multidict==6.0.4
58
+ multiprocess==0.70.14
59
+ mypy-extensions==1.0.0
60
+ networkx==3.1
61
+ numba==0.56.4
62
+ numpy==1.23.5
63
+ nvidia-ml-py3==7.352.0
64
+ orjson==3.8.9
65
+ packaging==23.0
66
+ pandas==2.0.0
67
+ parso==0.8.3
68
+ pathspec==0.11.1
69
+ peft @ git+https://github.com/huggingface/peft.git@v0.2.0
70
+ pexpect==4.8.0
71
+ pickleshare==0.7.5
72
+ Pillow==9.5.0
73
+ pkgutil_resolve_name==1.3.10
74
+ platformdirs==3.2.0
75
+ pluggy==1.0.0
76
+ prompt-toolkit==3.0.38
77
+ psutil==5.9.4
78
+ ptyprocess==0.7.0
79
+ pure-eval==0.2.2
80
+ pyarrow==11.0.0
81
+ pydantic==1.10.7
82
+ pydub==0.25.1
83
+ Pygments==2.14.0
84
+ pyparsing==3.0.9
85
+ pyrsistent==0.19.3
86
+ pytest==7.2.2
87
+ python-dateutil==2.8.2
88
+ python-multipart==0.0.6
89
+ pytz==2023.3
90
+ PyYAML==6.0
91
+ Random-Word==1.0.11
92
+ regex==2023.3.23
93
+ requests==2.28.2
94
+ responses==0.18.0
95
+ rfc3986==1.5.0
96
+ semantic-version==2.10.0
97
+ sentencepiece==0.1.97
98
+ six==1.16.0
99
+ sniffio==1.3.0
100
+ stack-data==0.6.2
101
+ starlette==0.26.1
102
+ sympy==1.11.1
103
+ termcolor==2.2.0
104
+ tokenize-rt==5.0.0
105
+ tokenizers==0.13.3
106
+ tomli==2.0.1
107
+ toolz==0.12.0
108
+ torch==2.0.0
109
+ tqdm==4.65.0
110
+ traitlets==5.9.0
111
+ transformers @ git+https://github.com/huggingface/transformers.git@v4.27.4
112
+ typing_extensions==4.5.0
113
+ tzdata==2023.3
114
+ uc-micro-py==1.0.1
115
+ urllib3==1.26.15
116
+ uvicorn==0.21.1
117
+ wcwidth==0.2.6
118
+ websockets==11.0.1
119
+ xxhash==3.2.0
120
+ yarl==1.8.2
121
+ zipp==3.15.0