Commit 550a7ce
authored
Revert "feat: Add the trainer for generative HF models" (#21)
* Revert "feat: add the 4-bit quantisation option and remove unnecessary base model copying"
This reverts commit d03f487.
* Revert "feat: add the option to include rewards metrics"
This reverts commit d1ff2fb.
* Revert "fix: use the GRPO trainer for evaluation"
This reverts commit 5075fa3.
* Revert "feat: add the trainer for HF LLMs"
This reverts commit 994f88d.
* Revert "feat: add the text embedding endpoint for LLM serving"
This reverts commit d760986.
* Revert "feat: add the chat template factory"
This reverts commit 587e9ea.
* Revert "feat: handle the deprecated default chat template"
This reverts commit 6c05ee1.
* Revert "feat: add metrics for usages of prompt and completion tokens"
This reverts commit b338b4f.
* Revert "feat: add the endpoint compatible with OpenAI client protocols"
This reverts commit bcea8fe.1 parent d03f487 commit 550a7ce
File tree
27 files changed
+112
-2813
lines changed- .github/workflows
- app
- api
- routers
- cli
- management
- model_services
- processors
- trainers
- tests/app
- api
- model_services
- processors
27 files changed
+112
-2813
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | 134 | | |
140 | 135 | | |
141 | 136 | | |
| |||
203 | 198 | | |
204 | 199 | | |
205 | 200 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | 201 | | |
215 | | - | |
216 | | - | |
217 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
218 | 206 | | |
219 | 207 | | |
220 | 208 | | |
| |||
0 commit comments