Skip to content

Commit b0538f3

Browse files
authored
Add Python packages evaluate and trl (#1456)
1 parent ca402fb commit b0538f3

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

pgml-extension/requirements.linux.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ dill==0.3.7
2525
diskcache==5.6.3
2626
distro==1.9.0
2727
dnspython==2.6.1
28+
docstring_parser==0.16
2829
einops==0.8.0
2930
email_validator==2.1.1
31+
evaluate==0.4.2
3032
exceptiongroup==1.2.1
3133
fastapi==0.111.0
3234
fastapi-cli==0.0.3
@@ -133,6 +135,7 @@ scipy==1.13.0
133135
sentence-transformers==2.7.0
134136
sentencepiece==0.2.0
135137
shellingham==1.5.4
138+
shtab==1.7.1
136139
six==1.16.0
137140
sniffio==1.3.1
138141
SQLAlchemy==2.0.30
@@ -150,9 +153,11 @@ tqdm==4.66.4
150153
transformers==4.40.2
151154
transformers-stream-generator==0.0.5
152155
triton==2.3.0
156+
trl==0.8.6
153157
typer==0.12.3
154158
typing-inspect==0.9.0
155159
typing_extensions==4.11.0
160+
tyro==0.8.4
156161
tzdata==2024.1
157162
ujson==5.9.0
158163
urllib3==2.2.1

pgml-extension/requirements.macos.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ dataclasses-json==0.6.6
1717
datasets==2.16.1
1818
deepspeed==0.14.2
1919
dill==0.3.7
20+
docstring_parser==0.16
2021
einops==0.8.0
22+
evaluate==0.4.2
2123
filelock==3.14.0
2224
fonttools==4.51.0
2325
frozenlist==1.4.1
@@ -32,16 +34,18 @@ joblib==1.4.2
3234
jsonpatch==1.33
3335
jsonpointer==2.4
3436
kiwisolver==1.4.5
35-
langchain==0.1.19
37+
langchain==0.1.20
3638
langchain-community==0.0.38
3739
langchain-core==0.1.52
3840
langchain-text-splitters==0.0.1
39-
langsmith==0.1.56
41+
langsmith==0.1.57
4042
lightgbm==4.3.0
41-
lxml==5.2.1
43+
lxml==5.2.2
44+
markdown-it-py==3.0.0
4245
MarkupSafe==2.1.5
4346
marshmallow==3.21.2
4447
matplotlib==3.8.4
48+
mdurl==0.1.2
4549
mpmath==1.3.0
4650
multidict==6.0.5
4751
multiprocess==0.70.15
@@ -64,13 +68,15 @@ pyarrow==11.0.0
6468
pyarrow-hotfix==0.6
6569
pydantic==2.7.1
6670
pydantic_core==2.18.2
71+
Pygments==2.18.0
6772
pynvml==11.5.0
6873
pyparsing==3.1.2
6974
python-dateutil==2.9.0.post0
7075
pytz==2024.1
7176
PyYAML==6.0.1
7277
regex==2024.5.10
7378
requests==2.31.0
79+
rich==13.7.1
7480
rouge==1.0.1
7581
sacrebleu==2.4.2
7682
sacremoses==0.1.1
@@ -79,6 +85,7 @@ scikit-learn==1.4.2
7985
scipy==1.13.0
8086
sentence-transformers==2.7.0
8187
sentencepiece==0.2.0
88+
shtab==1.7.1
8289
six==1.16.0
8390
SQLAlchemy==2.0.30
8491
sympy==1.12
@@ -92,8 +99,10 @@ torchvision==0.18.0
9299
tqdm==4.66.4
93100
transformers==4.40.2
94101
transformers-stream-generator==0.0.5
102+
trl==0.8.6
95103
typing-inspect==0.9.0
96104
typing_extensions==4.11.0
105+
tyro==0.8.4
97106
tzdata==2024.1
98107
urllib3==2.2.1
99108
xgboost==2.0.3

pgml-extension/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ sacremoses
5050
datasets
5151
orjson
5252
langchain
53+
evaluate
54+
trl

0 commit comments

Comments
 (0)