hzxwonder commited on
Commit
aa42652
·
1 Parent(s): 2d75a44
Files changed (1) hide show
  1. environment.yaml +94 -81
environment.yaml CHANGED
@@ -1,89 +1,96 @@
1
  name: llm-gym
 
 
 
 
2
  dependencies:
3
- - _libgcc_mutex=0.1=main
4
- - _openmp_mutex=5.1=1_gnu
5
- - asttokens=2.0.5=pyhd3eb1b0_0
6
- - async-timeout=4.0.2=py38h06a4308_0
7
- - backcall=0.2.0=pyhd3eb1b0_0
8
- - blas=1.0=mkl
9
- - brotlipy=0.7.0=py38h27cfd23_1003
10
- - ca-certificates=2023.01.10=h06a4308_0
11
- - cached-property=1.5.2=py_0
12
- - cffi=1.15.1=py38h5eee18b_3
13
- - chardet=4.0.0=py38h06a4308_1003
14
- - comm=0.1.2=py38h06a4308_0
15
- - cryptography=39.0.1=py38h9ce1e76_2
16
- - cudatoolkit=11.3.1=h2bc3f7f_2
17
- - debugpy=1.5.1=py38h295c915_0
18
- - decorator=5.1.1=pyhd8ed1ab_0
19
- - executing=0.8.3=pyhd3eb1b0_0
20
- - frozenlist=1.3.3=py38h5eee18b_0
21
- - hdf5=1.10.6=h3ffc7dd_1
22
- - idna=3.4=py38h06a4308_0
23
- - importlib_metadata=6.0.0=hd3eb1b0_0
24
- - intel-openmp=2023.1.0=hdb19cb5_46305
25
- - ipykernel=6.19.2=py38hb070fc8_0
26
- - ipython=8.12.0=py38h06a4308_0
27
- - jedi=0.18.1=py38h06a4308_1
28
- - jupyter_client=8.1.0=py38h06a4308_0
29
- - jupyter_core=5.3.0=py38h06a4308_0
30
- - ld_impl_linux-64=2.38=h1181459_1
31
- - libffi=3.4.4=h6a678d5_0
32
- - libgcc-ng=11.2.0=h1234567_1
33
- - libgfortran-ng=11.2.0=h00389a5_1
34
- - libgfortran5=11.2.0=h1234567_1
35
- - libgomp=11.2.0=h1234567_1
36
- - libllvm14=14.0.6=hdb19cb5_3
37
- - libprotobuf=3.20.3=he621ea3_0
38
- - libsodium=1.0.18=h7b6447c_0
39
- - libstdcxx-ng=11.2.0=h1234567_1
40
- - matplotlib-inline=0.1.6=py38h06a4308_0
41
- - mkl=2023.1.0=h6d00ec8_46342
42
- - mkl-service=2.4.0=py38h5eee18b_1
43
- - mkl_fft=1.3.6=py38h417a72b_1
44
- - mkl_random=1.2.2=py38h417a72b_1
45
- - ncurses=6.4=h6a678d5_0
46
- - nest-asyncio=1.5.6=py38h06a4308_0
47
- - numpy=1.24.3=py38hf6e8229_1
48
- - numpy-base=1.24.3=py38h060ed82_1
49
- - openssl=3.0.10=h7f8727e_2
50
- - parso=0.8.3=pyhd3eb1b0_0
51
- - pcre=8.45=h295c915_0
52
- - pexpect=4.8.0=pyhd3eb1b0_3
53
- - pickleshare=0.7.5=pyhd3eb1b0_1003
54
- - pip=23.1.2=py38h06a4308_0
55
- - platformdirs=2.5.2=py38h06a4308_0
56
- - prompt-toolkit=3.0.36=py38h06a4308_0
57
- - ptyprocess=0.7.0=pyhd3eb1b0_2
58
- - pure_eval=0.2.2=pyhd3eb1b0_0
59
- - pycparser=2.21=pyhd3eb1b0_0
60
- - pygments=2.15.1=py38h06a4308_1
61
- - pyopenssl=23.0.0=py38h06a4308_0
62
- - pysocks=1.7.1=py38h06a4308_0
63
- - python=3.8.16=h955ad1f_4
64
- - python-dateutil=2.8.2=pyhd3eb1b0_0
65
- - python_abi=3.8=2_cp38
66
- - pyzmq=25.1.0=py38h6a678d5_0
67
- - readline=8.2=h5eee18b_0
68
- - setuptools=67.8.0=py38h06a4308_0
69
- - six=1.16.0=pyhd3eb1b0_1
70
- - sqlite=3.41.2=h5eee18b_0
71
- - stack_data=0.2.0=pyhd3eb1b0_0
72
- - tbb=2021.8.0=hdb19cb5_0
73
- - tk=8.6.12=h1ccaba5_0
74
- - tornado=6.2=py38h5eee18b_0
75
- - traitlets=5.7.1=py38h06a4308_0
76
- - wcwidth=0.2.5=pyhd3eb1b0_0
77
- - wheel=0.38.4=py38h06a4308_0
78
- - xz=5.4.2=h5eee18b_0
79
- - yaml=0.2.5=h7b6447c_0
80
- - zeromq=4.3.4=h2531618_0
81
- - zlib=1.2.13=h5eee18b_0
 
 
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