Commit Graph

1447 Commits

Author SHA1 Message Date
hoshi-hiyouga 75f405ec30
Merge pull request #3748 from BUAADreamer/main
Add MLLM YI-VL and save processor config during training
2024-05-15 16:40:54 +08:00
hoshi-hiyouga cbeef2aaea
Update visual.py 2024-05-15 16:39:57 +08:00
hiyouga 008e3b3b10 fix fsdp model loading 2024-05-15 16:32:28 +08:00
hoshi-hiyouga 5a0c8a8d34
Update patcher.py 2024-05-15 15:37:07 +08:00
hoshi-hiyouga 780ca8306b
Update template.py 2024-05-15 14:20:39 +08:00
hoshi-hiyouga aa4a8933dd
Update trainer.py 2024-05-15 14:13:26 +08:00
hoshi-hiyouga c309605ff5
Update workflow.py 2024-05-15 14:13:01 +08:00
BUAADreamer db1622f76b rm extra import 2024-05-15 12:48:18 +08:00
BUAADreamer d2bf697400 cast dtype in mm_proj 2024-05-15 11:22:15 +08:00
BUAADreamer 771bed5bde modify style 2024-05-15 10:18:10 +08:00
BUAADreamer 3f4556454c Merge branch 'main' of https://github.com/BUAADreamer/LLaMA-Factory 2024-05-15 09:54:21 +08:00
BUAADreamer 7046144499
Merge branch 'hiyouga:main' into main 2024-05-15 09:54:14 +08:00
BUAADreamer afc6c7b9fd add yivl and save processor to model_dir 2024-05-15 09:54:00 +08:00
hiyouga 11bf282dcc fix bug in vllm engine 2024-05-15 02:17:54 +08:00
hiyouga 144801db09 fix gen args 2024-05-15 01:49:05 +08:00
hiyouga 7e69e71a52 fix examples 2024-05-15 00:26:10 +08:00
hiyouga 5bdad46387 update examples 2024-05-15 00:05:17 +08:00
hiyouga b96d84835f update readme 2024-05-14 23:57:08 +08:00
hiyouga fc547ee591 update readme 2024-05-14 23:55:49 +08:00
hiyouga af343034dd add npu examples 2024-05-14 23:32:53 +08:00
hoshi-hiyouga ee4752f6d2
Merge pull request #3584 from zhou-wjjw/main
Enhancing Ascend 910A Training Efficiency in LlamaFactory with NPU
2024-05-14 22:18:37 +08:00
hiyouga c187b20aaa use robust envs 2024-05-14 21:36:42 +08:00
hoshi-hiyouga 1c3c498902
Update train.py 2024-05-14 20:47:52 +08:00
hoshi-hiyouga 9089bc70c8
Apply suggestions from code review
Co-authored-by: Huazhong Ji <hzji210@gmail.com>
2024-05-14 20:44:21 +08:00
hoshi-hiyouga 0ac6e73f99
Apply suggestions from code review
Co-authored-by: Huazhong Ji <hzji210@gmail.com>
2024-05-14 20:44:04 +08:00
hiyouga cfaee8b4cf fix #3728 2024-05-14 20:37:21 +08:00
BUAADreamer 60b99f80c2
Merge branch 'hiyouga:main' into main 2024-05-14 16:51:38 +08:00
BUAADreamer d72e6f8dfd modify yi-vl template 2024-05-14 16:45:28 +08:00
hiyouga e8b97d2f79 Update wechat.jpg 2024-05-14 15:56:23 +08:00
BUAADreamer ab3464ce65 add support for Yi-VL 2024-05-14 14:03:19 +08:00
BUAADreamer 45654ebedb Merge branch 'main' of https://github.com/BUAADreamer/LLaMA-Factory 2024-05-13 23:28:52 +08:00
BUAADreamer 64dac4085e add yi-vl 2024-05-13 23:28:28 +08:00
hiyouga dae83f4199 update examples 2024-05-13 20:39:36 +08:00
hiyouga 93a0245474 fix #3724 2024-05-13 20:09:09 +08:00
hiyouga c27afa296b fix #3702 2024-05-13 18:24:35 +08:00
hoshi-hiyouga f7c8eddbc5
Merge pull request #3655 from Tendo33/main
1.Change the name of is_fastapi_available function 2. Added the log of printing requests when deploying using vllm
2024-05-13 18:05:50 +08:00
hiyouga d12b8f866a support Yi 1.5 2024-05-13 16:51:20 +08:00
Tendo33 b2bf7f5724 ruff check scripts src tests --fix 2024-05-13 09:40:33 +08:00
Sun Jinfeng 17cd57f914
Merge branch 'hiyouga:main' into main 2024-05-13 09:29:58 +08:00
hiyouga 482d412dd9 lint 2024-05-12 01:28:51 +08:00
hiyouga 4777efe517 fix #3658 2024-05-12 01:25:16 +08:00
hiyouga 58c522cd5c remove checksum and fix ui args 2024-05-12 01:10:30 +08:00
hoshi-hiyouga d06d56661b
Merge pull request #3654 from betapeanut/main
Remove Redundant Environment Variable Usage
2024-05-12 00:49:00 +08:00
hiyouga 638043ced4 update readme 2024-05-12 00:33:49 +08:00
hiyouga 56857770f8 fix #3674 2024-05-12 00:03:59 +08:00
hiyouga b033232aea fix llava config 2024-05-12 00:02:49 +08:00
hoshi-hiyouga 5da097f406
Merge pull request #3651 from BUAADreamer/main
add some mllm features and try to incorporate Chinese-LLaVA-Med project
2024-05-11 23:59:08 +08:00
hoshi-hiyouga 5bfa8e4667
Update loader.py 2024-05-11 23:58:47 +08:00
hoshi-hiyouga bb2e6b0ea3
Update model_args.py 2024-05-11 23:57:05 +08:00
hoshi-hiyouga 708aa5e098
Update patcher.py 2024-05-11 23:56:40 +08:00