Spaces:
Runtime error
Runtime error
hzxwonder
commited on
Commit
·
aa42652
1
Parent(s):
2d75a44
update
Browse files- environment.yaml +94 -81
environment.yaml
CHANGED
@@ -1,89 +1,96 @@
|
|
1 |
name: llm-gym
|
|
|
|
|
|
|
|
|
2 |
dependencies:
|
3 |
-
- _libgcc_mutex=0.1
|
4 |
-
- _openmp_mutex=5.1
|
5 |
-
- asttokens=2.0.5
|
6 |
-
- async-timeout=4.0.2
|
7 |
-
- backcall=0.2.0
|
8 |
-
- blas=1.0
|
9 |
-
- brotlipy=0.7.0
|
10 |
-
- ca-certificates=2023.01.10
|
11 |
-
- cached-property=1.5.2
|
12 |
-
- cffi=1.15.1
|
13 |
-
- chardet=4.0.0
|
14 |
-
- comm=0.1.2
|
15 |
-
- cryptography=39.0.1
|
16 |
-
- cudatoolkit=11.3.1
|
17 |
-
- debugpy=1.5.1
|
18 |
-
- decorator=5.1.1
|
19 |
-
- executing=0.8.3
|
20 |
-
- frozenlist=1.3.3
|
21 |
-
- hdf5=1.10.6
|
22 |
-
- idna=3.4
|
23 |
-
- importlib_metadata=6.0.0
|
24 |
-
- intel-openmp=2023.1.0
|
25 |
-
- ipykernel=6.19.2
|
26 |
-
- ipython=8.12.0
|
27 |
-
- jedi=0.18.1
|
28 |
-
- jupyter_client=8.1.0
|
29 |
-
- jupyter_core=5.3.0
|
30 |
-
- ld_impl_linux-64=2.38
|
31 |
-
- libffi=3.4.4
|
32 |
-
- libgcc-ng=11.2.0
|
33 |
-
- libgfortran-ng=11.2.0
|
34 |
-
- libgfortran5=11.2.0
|
35 |
-
- libgomp=11.2.0
|
36 |
-
- libllvm14=14.0.6
|
37 |
-
- libprotobuf=3.20.3
|
38 |
-
- libsodium=1.0.18
|
39 |
-
- libstdcxx-ng=11.2.0
|
40 |
-
- matplotlib-inline=0.1.6
|
41 |
-
- mkl=2023.1.0
|
42 |
-
- mkl-service=2.4.0
|
43 |
-
- mkl_fft=1.3.6
|
44 |
-
- mkl_random=1.2.2
|
45 |
-
- ncurses=6.4
|
46 |
-
- nest-asyncio=1.5.6
|
47 |
-
- numpy=1.24.3
|
48 |
-
- numpy-base=1.24.3
|
49 |
-
- openssl=3.0.10
|
50 |
-
-
|
51 |
-
-
|
52 |
-
-
|
53 |
-
-
|
54 |
-
-
|
55 |
-
-
|
56 |
-
-
|
57 |
-
-
|
58 |
-
-
|
59 |
-
-
|
60 |
-
-
|
61 |
-
-
|
62 |
-
-
|
63 |
-
-
|
64 |
-
- python
|
65 |
-
-
|
66 |
-
-
|
67 |
-
-
|
68 |
-
-
|
69 |
-
-
|
70 |
-
-
|
71 |
-
-
|
72 |
-
-
|
73 |
-
-
|
74 |
-
-
|
75 |
-
-
|
76 |
-
-
|
77 |
-
-
|
78 |
-
-
|
79 |
-
-
|
80 |
-
-
|
81 |
-
-
|
|
|
|
|
82 |
- pip:
|
83 |
- absl-py==1.4.0
|
84 |
- aiohttp==3.8.4
|
85 |
- aiosignal==1.3.1
|
86 |
- annotated-types==0.5.0
|
|
|
87 |
- appdirs==1.4.4
|
88 |
- aquarel==0.0.5
|
89 |
- attrs==23.1.0
|
@@ -97,7 +104,9 @@ dependencies:
|
|
97 |
- contourpy==1.1.0
|
98 |
- cycler==0.11.0
|
99 |
- dataclasses-json==0.5.14
|
|
|
100 |
- docker-pycreds==0.4.0
|
|
|
101 |
- filelock==3.12.3
|
102 |
- fonttools==4.40.0
|
103 |
- fsspec==2023.6.0
|
@@ -109,10 +118,14 @@ dependencies:
|
|
109 |
- grpcio==1.57.0
|
110 |
- gym==0.26.2
|
111 |
- gym-notices==0.0.8
|
|
|
112 |
- h5py==3.9.0
|
|
|
|
|
113 |
- huggingface-hub==0.16.4
|
114 |
- importlib-metadata==6.6.0
|
115 |
- importlib-resources==5.12.0
|
|
|
116 |
- kiwisolver==1.4.4
|
117 |
- langchain==0.0.270
|
118 |
- langsmith==0.0.25
|
@@ -129,7 +142,6 @@ dependencies:
|
|
129 |
- numexpr==2.8.5
|
130 |
- oauthlib==3.2.2
|
131 |
- openai==0.27.8
|
132 |
-
- packaging==23.1
|
133 |
- pandas==2.0.3
|
134 |
- pathtools==0.1.2
|
135 |
- pillow==9.5.0
|
@@ -152,17 +164,18 @@ dependencies:
|
|
152 |
- sentry-sdk==1.28.1
|
153 |
- setproctitle==1.3.2
|
154 |
- smmap==5.0.0
|
|
|
155 |
- sqlalchemy==2.0.20
|
156 |
- swig==4.1.1
|
157 |
- tenacity==8.2.3
|
158 |
- tensorboard==2.14.0
|
159 |
- tensorboard-data-server==0.7.1
|
|
|
160 |
- tiktoken==0.4.0
|
161 |
- timeout-decorator==0.5.0
|
162 |
- tokenizers==0.13.3
|
163 |
- tqdm==4.65.0
|
164 |
- transformers==4.30.2
|
165 |
-
- typing-extensions==4.7.1
|
166 |
- typing-inspect==0.9.0
|
167 |
- tzdata==2023.3
|
168 |
- urllib3==1.26.16
|
|
|
1 |
name: llm-gym
|
2 |
+
channels:
|
3 |
+
- conda-forge
|
4 |
+
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
|
5 |
+
- defaults
|
6 |
dependencies:
|
7 |
+
- _libgcc_mutex=0.1
|
8 |
+
- _openmp_mutex=5.1
|
9 |
+
- asttokens=2.0.5
|
10 |
+
- async-timeout=4.0.2
|
11 |
+
- backcall=0.2.0
|
12 |
+
- blas=1.0
|
13 |
+
- brotlipy=0.7.0
|
14 |
+
- ca-certificates=2023.01.10
|
15 |
+
- cached-property=1.5.2
|
16 |
+
- cffi=1.15.1
|
17 |
+
- chardet=4.0.0
|
18 |
+
- comm=0.1.2
|
19 |
+
- cryptography=39.0.1
|
20 |
+
- cudatoolkit=11.3.1
|
21 |
+
- debugpy=1.5.1
|
22 |
+
- decorator=5.1.1
|
23 |
+
- executing=0.8.3
|
24 |
+
- frozenlist=1.3.3
|
25 |
+
- hdf5=1.10.6
|
26 |
+
- idna=3.4
|
27 |
+
- importlib_metadata=6.0.0
|
28 |
+
- intel-openmp=2023.1.0
|
29 |
+
- ipykernel=6.19.2
|
30 |
+
- ipython=8.12.0
|
31 |
+
- jedi=0.18.1
|
32 |
+
- jupyter_client=8.1.0
|
33 |
+
- jupyter_core=5.3.0
|
34 |
+
- ld_impl_linux-64=2.38
|
35 |
+
- libffi=3.4.4
|
36 |
+
- libgcc-ng=11.2.0
|
37 |
+
- libgfortran-ng=11.2.0
|
38 |
+
- libgfortran5=11.2.0
|
39 |
+
- libgomp=11.2.0
|
40 |
+
- libllvm14=14.0.6
|
41 |
+
- libprotobuf=3.20.3
|
42 |
+
- libsodium=1.0.18
|
43 |
+
- libstdcxx-ng=11.2.0
|
44 |
+
- matplotlib-inline=0.1.6
|
45 |
+
- mkl=2023.1.0
|
46 |
+
- mkl-service=2.4.0
|
47 |
+
- mkl_fft=1.3.6
|
48 |
+
- mkl_random=1.2.2
|
49 |
+
- ncurses=6.4
|
50 |
+
- nest-asyncio=1.5.6
|
51 |
+
- numpy=1.24.3
|
52 |
+
- numpy-base=1.24.3
|
53 |
+
- openssl=3.0.10
|
54 |
+
- packaging=23.1
|
55 |
+
- parso=0.8.3
|
56 |
+
- pcre=8.45
|
57 |
+
- pexpect=4.8.0
|
58 |
+
- pickleshare=0.7.5
|
59 |
+
- pip=23.1.2
|
60 |
+
- platformdirs=2.5.2
|
61 |
+
- prompt-toolkit=3.0.36
|
62 |
+
- ptyprocess=0.7.0
|
63 |
+
- pure_eval=0.2.2
|
64 |
+
- pycparser=2.21
|
65 |
+
- pygments=2.15.1
|
66 |
+
- pyopenssl=23.0.0
|
67 |
+
- pysocks=1.7.1
|
68 |
+
- python=3.8.16
|
69 |
+
- python-dateutil=2.8.2
|
70 |
+
- python_abi=3.8
|
71 |
+
- pyzmq=25.1.0
|
72 |
+
- readline=8.2
|
73 |
+
- setuptools=67.8.0
|
74 |
+
- six=1.16.0
|
75 |
+
- sqlite=3.41.2
|
76 |
+
- stack_data=0.2.0
|
77 |
+
- tbb=2021.8.0
|
78 |
+
- tk=8.6.12
|
79 |
+
- tornado=6.2
|
80 |
+
- traitlets=5.7.1
|
81 |
+
- typing_extensions=4.7.1
|
82 |
+
- wcwidth=0.2.5
|
83 |
+
- wheel=0.38.4
|
84 |
+
- xz=5.4.2
|
85 |
+
- yaml=0.2.5
|
86 |
+
- zeromq=4.3.4
|
87 |
+
- zlib=1.2.13
|
88 |
- pip:
|
89 |
- absl-py==1.4.0
|
90 |
- aiohttp==3.8.4
|
91 |
- aiosignal==1.3.1
|
92 |
- annotated-types==0.5.0
|
93 |
+
- anyio==3.7.1
|
94 |
- appdirs==1.4.4
|
95 |
- aquarel==0.0.5
|
96 |
- attrs==23.1.0
|
|
|
104 |
- contourpy==1.1.0
|
105 |
- cycler==0.11.0
|
106 |
- dataclasses-json==0.5.14
|
107 |
+
- distro==1.8.0
|
108 |
- docker-pycreds==0.4.0
|
109 |
+
- exceptiongroup==1.2.0
|
110 |
- filelock==3.12.3
|
111 |
- fonttools==4.40.0
|
112 |
- fsspec==2023.6.0
|
|
|
118 |
- grpcio==1.57.0
|
119 |
- gym==0.26.2
|
120 |
- gym-notices==0.0.8
|
121 |
+
- h11==0.14.0
|
122 |
- h5py==3.9.0
|
123 |
+
- httpcore==1.0.2
|
124 |
+
- httpx==0.25.2
|
125 |
- huggingface-hub==0.16.4
|
126 |
- importlib-metadata==6.6.0
|
127 |
- importlib-resources==5.12.0
|
128 |
+
- joblib==1.3.2
|
129 |
- kiwisolver==1.4.4
|
130 |
- langchain==0.0.270
|
131 |
- langsmith==0.0.25
|
|
|
142 |
- numexpr==2.8.5
|
143 |
- oauthlib==3.2.2
|
144 |
- openai==0.27.8
|
|
|
145 |
- pandas==2.0.3
|
146 |
- pathtools==0.1.2
|
147 |
- pillow==9.5.0
|
|
|
164 |
- sentry-sdk==1.28.1
|
165 |
- setproctitle==1.3.2
|
166 |
- smmap==5.0.0
|
167 |
+
- sniffio==1.3.0
|
168 |
- sqlalchemy==2.0.20
|
169 |
- swig==4.1.1
|
170 |
- tenacity==8.2.3
|
171 |
- tensorboard==2.14.0
|
172 |
- tensorboard-data-server==0.7.1
|
173 |
+
- threadpoolctl==3.2.0
|
174 |
- tiktoken==0.4.0
|
175 |
- timeout-decorator==0.5.0
|
176 |
- tokenizers==0.13.3
|
177 |
- tqdm==4.65.0
|
178 |
- transformers==4.30.2
|
|
|
179 |
- typing-inspect==0.9.0
|
180 |
- tzdata==2023.3
|
181 |
- urllib3==1.26.16
|