hiyouga
|
d07ad5cc1c
|
support vllm
|
2024-03-07 20:26:31 +08:00 |
|
hiyouga
|
91d09a01ac
|
add option to disable version check
|
2024-02-10 22:31:23 +08:00 |
|
hiyouga
|
638234ceee
|
format style
|
2024-01-20 20:15:56 +08:00 |
|
hiyouga
|
b87c74289d
|
support dpo-ftx
|
2023-12-16 19:21:41 +08:00 |
|
hiyouga
|
747db40172
|
ppo support rm server
|
2023-12-03 21:38:51 +08:00 |
|
hiyouga
|
999bc0ed93
|
fix packages
|
2023-11-17 16:11:48 +08:00 |
|
Shaowen Wang
|
397e948984
|
Fix: Change rouge-chinese package name to rouge_chinese
To reproduce:
python:
importlib.util.find_spec('rouge-chinese') -> None
importlib.util.find_spec('rouge_chinese') -> ModuleSpec(name='rouge_chinese'...)
from rouge_chinese import Rouge
print(Rouge.__module__) -> rouge_chinese
|
2023-11-16 20:12:35 -06:00 |
|
hiyouga
|
4736344eb1
|
disentangle model from tuner and rename modules
|
2023-11-15 16:29:09 +08:00 |
|