Commit Graph
459 Commits
Author SHA1 Message Date
hiyouga b69763ff92 fix #1642 2023-12-02 00:37:53 +08:00
hiyouga 6e7af11b98 add xuanyuan models 2023-12-02 00:35:29 +08:00
hiyouga f57445c7a0 fix gptq training 2023-12-02 00:27:15 +08:00
hiyouga a973ce6e89 tiny fix 2023-12-01 23:37:10 +08:00
hiyouga 01e6c539b0 fix gptq model inference 2023-12-01 23:34:14 +08:00
hiyouga 662d9a3a4e fix #1703 2023-12-01 22:55:41 +08:00
hiyouga bd42c229b0 patch modelscope 2023-12-01 22:53:15 +08:00
hoshi-hiyougaandGitHub 00f5c9ee16 Merge branch 'main' into feat/support_ms 2023-12-01 20:23:46 +08:00
yuze.zyz 5a2392f105 remove useless code 2023-12-01 17:28:23 +08:00
tastelikefeet d9e52957e2 fix bug 2023-12-01 17:27:00 +08:00
hiyouga a5a248d569 fix err hint 2023-12-01 17:13:22 +08:00
hiyouga a51b8ec620 add err hint 2023-12-01 17:04:37 +08:00
yuze.zyz 5aa6751e52 add readme 2023-12-01 16:11:30 +08:00
hiyouga e597d3c084 tiny fix 2023-12-01 15:58:50 +08:00
hoshi-hiyougaandGitHub fbc6220692 Merge pull request #1695 from Samge0/dev
Improve:"CUDA_VISIBLE_DEVICES" read from the env
2023-12-01 15:56:18 +08:00
hoshi-hiyougaandGitHub d043a4e7ba Merge pull request #1690 from billvsme/main
Improve get_current_device
2023-12-01 15:44:35 +08:00
hiyouga bf6f6aeefe fix #1696 2023-12-01 15:34:50 +08:00
tastelikefeet 8ce4d11e38 add model 2023-12-01 15:06:17 +08:00
samge 421d4de604 Improve:"CUDA_VISIBLE_DEVICES" read from the env 2023-12-01 11:35:02 +08:00
billvsme 40dfcbc3d4 improve get_current_device 2023-11-30 22:40:35 +08:00
hiyouga 327d7f7efe fix #1597 2023-11-30 21:47:06 +08:00
hiyouga 1585962eb7 fix #1668 2023-11-30 21:02:00 +08:00
hiyouga a38dbf55e3 fix #1682 2023-11-30 20:03:32 +08:00
hiyouga 509abe8864 add models 2023-11-30 19:16:13 +08:00
yuze.zyz fb2204c183 fix 2023-11-29 21:43:58 +08:00
yuze.zyz d38a2e7341 support ms 2023-11-29 20:36:55 +08:00
hiyouga 77d1b14fc2 fix #1658 2023-11-28 20:57:24 +08:00
hiyouga 475a3fa0f4 fix #1659 2023-11-28 20:52:28 +08:00
hiyouga 859a6ea942 support export size setting 2023-11-26 18:34:09 +08:00
hiyouga ff1c289229 support Yi-34B-Chat models 2023-11-23 19:31:49 +08:00
hiyouga 35c2da3eba set version 2023-11-20 22:57:44 +08:00
hiyouga 9ea9380145 support GPTQ tuning #729 #1481 #1545 , fix chatglm template #1453 #1480 #1569 2023-11-20 22:52:11 +08:00
hiyouga 5021062493 update ppo trainer 2023-11-20 21:39:15 +08:00
hoshi-hiyougaandGitHub 48211e3799 Merge pull request #1553 from hannlp/hans
Change the default argument settings for PPO training
2023-11-20 20:32:55 +08:00
hiyouga 2a36fd5064 fix value head model resuming 2023-11-20 19:01:37 +08:00
hiyouga 99a3f06377 fix #1567 2023-11-20 18:46:36 +08:00
hiyouga 00baaa990e better data streaming 2023-11-19 23:32:47 +08:00
hiyouga 211b2db5a8 fix model card network issue 2023-11-19 23:03:19 +08:00
hiyouga bfb9433165 fix Mistral template
https://github.com/lm-sys/FastChat/pull/2547
2023-11-19 16:29:30 +08:00
hiyouga 065bfaeed4 fix #1263 2023-11-19 16:05:18 +08:00
hiyouga 1740131d63 fix #1558 2023-11-19 14:15:47 +08:00
hiyouga ff6056405d fix evaluator and cached_file in 4.31.0 2023-11-18 19:39:23 +08:00
hiyouga ccb0f58e22 fix quantization 2023-11-17 22:21:29 +08:00
hiyouga 1bbc1be95e fix #1550 2023-11-17 17:23:13 +08:00
Yuchen HanandGitHub eeb5249d0b Update workflow.py 2023-11-17 00:16:27 -08:00
Yuchen HanandGitHub b24635d22b Update finetuning_args.py 2023-11-17 00:15:51 -08:00
hiyouga 999bc0ed93 fix packages 2023-11-17 16:11:48 +08:00
Shaowen WangandGitHub 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 ed9f7705ef fix chatglm template 2023-11-16 22:54:15 +08:00
hiyouga 10ce87e088 fix web ui demo 2023-11-16 18:41:55 +08:00