File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ dill==0.3.7
25
25
diskcache==5.6.3
26
26
distro==1.9.0
27
27
dnspython==2.6.1
28
+ docstring_parser==0.16
28
29
einops==0.8.0
29
30
email_validator==2.1.1
31
+ evaluate==0.4.2
30
32
exceptiongroup==1.2.1
31
33
fastapi==0.111.0
32
34
fastapi-cli==0.0.3
@@ -133,6 +135,7 @@ scipy==1.13.0
133
135
sentence-transformers==2.7.0
134
136
sentencepiece==0.2.0
135
137
shellingham==1.5.4
138
+ shtab==1.7.1
136
139
six==1.16.0
137
140
sniffio==1.3.1
138
141
SQLAlchemy==2.0.30
@@ -150,9 +153,11 @@ tqdm==4.66.4
150
153
transformers==4.40.2
151
154
transformers-stream-generator==0.0.5
152
155
triton==2.3.0
156
+ trl==0.8.6
153
157
typer==0.12.3
154
158
typing-inspect==0.9.0
155
159
typing_extensions==4.11.0
160
+ tyro==0.8.4
156
161
tzdata==2024.1
157
162
ujson==5.9.0
158
163
urllib3==2.2.1
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ dataclasses-json==0.6.6
17
17
datasets==2.16.1
18
18
deepspeed==0.14.2
19
19
dill==0.3.7
20
+ docstring_parser==0.16
20
21
einops==0.8.0
22
+ evaluate==0.4.2
21
23
filelock==3.14.0
22
24
fonttools==4.51.0
23
25
frozenlist==1.4.1
@@ -32,16 +34,18 @@ joblib==1.4.2
32
34
jsonpatch==1.33
33
35
jsonpointer==2.4
34
36
kiwisolver==1.4.5
35
- langchain==0.1.19
37
+ langchain==0.1.20
36
38
langchain-community==0.0.38
37
39
langchain-core==0.1.52
38
40
langchain-text-splitters==0.0.1
39
- langsmith==0.1.56
41
+ langsmith==0.1.57
40
42
lightgbm==4.3.0
41
- lxml==5.2.1
43
+ lxml==5.2.2
44
+ markdown-it-py==3.0.0
42
45
MarkupSafe==2.1.5
43
46
marshmallow==3.21.2
44
47
matplotlib==3.8.4
48
+ mdurl==0.1.2
45
49
mpmath==1.3.0
46
50
multidict==6.0.5
47
51
multiprocess==0.70.15
@@ -64,13 +68,15 @@ pyarrow==11.0.0
64
68
pyarrow-hotfix==0.6
65
69
pydantic==2.7.1
66
70
pydantic_core==2.18.2
71
+ Pygments==2.18.0
67
72
pynvml==11.5.0
68
73
pyparsing==3.1.2
69
74
python-dateutil==2.9.0.post0
70
75
pytz==2024.1
71
76
PyYAML==6.0.1
72
77
regex==2024.5.10
73
78
requests==2.31.0
79
+ rich==13.7.1
74
80
rouge==1.0.1
75
81
sacrebleu==2.4.2
76
82
sacremoses==0.1.1
@@ -79,6 +85,7 @@ scikit-learn==1.4.2
79
85
scipy==1.13.0
80
86
sentence-transformers==2.7.0
81
87
sentencepiece==0.2.0
88
+ shtab==1.7.1
82
89
six==1.16.0
83
90
SQLAlchemy==2.0.30
84
91
sympy==1.12
@@ -92,8 +99,10 @@ torchvision==0.18.0
92
99
tqdm==4.66.4
93
100
transformers==4.40.2
94
101
transformers-stream-generator==0.0.5
102
+ trl==0.8.6
95
103
typing-inspect==0.9.0
96
104
typing_extensions==4.11.0
105
+ tyro==0.8.4
97
106
tzdata==2024.1
98
107
urllib3==2.2.1
99
108
xgboost==2.0.3
Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ sacremoses
50
50
datasets
51
51
orjson
52
52
langchain
53
+ evaluate
54
+ trl
You can’t perform that action at this time.
0 commit comments