1781 Commits

Author SHA1 Message Date
hoshi-hiyouga
ab94060839 Merge pull request #3651 from BUAADreamer/main
add some mllm features and try to incorporate Chinese-LLaVA-Med project

Former-commit-id: 5da097f40672e34dbe96b0a7538f3e27dc4a8f29
2024-05-11 23:59:08 +08:00
hoshi-hiyouga
7e0ffc0a64 Update loader.py
Former-commit-id: 5bfa8e4667534ca7737c5991f59c24ff0d6dc02f
2024-05-11 23:58:47 +08:00
hoshi-hiyouga
28d9d7274d Update model_args.py
Former-commit-id: bb2e6b0ea3d5ac62401f075a05feccca3afbc4b4
2024-05-11 23:57:05 +08:00
hoshi-hiyouga
fb14d57e97 Update patcher.py
Former-commit-id: 708aa5e098b0be90c9dfe6a30b9912883e3bcc04
2024-05-11 23:56:40 +08:00
hoshi-hiyouga
4781b63edb Update tuner.py
Former-commit-id: 5f72439a1d1f5cd9ade8bd30056c0dfb6059c1bd
2024-05-11 23:55:59 +08:00
hoshi-hiyouga
17975fefd7 Update tuner.py
Former-commit-id: 13851fb04524e3a599b6c07d749f7463b8f75319
2024-05-11 23:54:53 +08:00
BUAADreamer
c3e15c049b Merge branch 'main' of https://github.com/BUAADreamer/LLaMA-Factory
Former-commit-id: 7944cbc5764fa884347a341bf2fde00f570c205d
2024-05-11 13:11:10 +08:00
BUAADreamer
743d0f22b7 add full parameter finetuning of mllm
Former-commit-id: 7be7972f28f3e2a0f4138d10d1eb6f06da9d97fb
2024-05-11 13:11:00 +08:00
kkkl
639c6e9cad Update constants.py
Fix the download issue of the Phi3 model

Former-commit-id: b5c5c315a54504fc35b0f94b613692b9061cac18
2024-05-11 00:22:40 +08:00
BUAADreamer
012d93da84 Merge branch 'hiyouga:main' into main
Former-commit-id: 508d474754c7cfe25924290ba2b26d2c1a5846aa
2024-05-10 20:34:41 +08:00
hiyouga
9dc209b458 resolve python 3.8 package
Former-commit-id: 75aec4cf8e9089808a1731e2848b29191f26d51d
2024-05-09 16:52:27 +08:00
Tendo33
dd42439b03 1.Change the name of is_fastapi_available function
2. Added the log of printing requests when deploying using vllm


Former-commit-id: fd2e6dec589f4ebe55d4c203991c47bf5b728ef8
2024-05-09 14:28:01 +08:00
BUAADreamer
a185cf7e18 add push processor to hub
Former-commit-id: 8b997e32fb19d60ab81c2c3437a3b40aa5bdeee3
2024-05-09 14:05:19 +08:00
BUAADreamer
db30e9089a Merge branch 'hiyouga:main' into main
Former-commit-id: 83f2f0de1d85ff6320419588003aa999b40fc6a8
2024-05-09 13:45:43 +08:00
cocktailpeanut
2370e7403f yet another removal of unnecessary environment variables
Former-commit-id: 3c11157a496ae5a1e786870e4642475e53aad123
2024-05-09 01:33:20 -04:00
cocktailpeanut
58c5a5afaf more removal of unnecessary environment variables
Former-commit-id: 425b9d616622467487339d5055b5d513c0fe7814
2024-05-09 01:32:00 -04:00
cocktailpeanut
de509fa081 remove unnecessary environment variable usage
Former-commit-id: b783673e0aa064963d9cce712378f73c9b5ff51d
2024-05-09 01:26:15 -04:00
BUAADreamer
f40b602c41 add mllm export
Former-commit-id: ef33856380c8fb137b8eefdcd6f7ec5b12c73b69
2024-05-08 22:50:42 +08:00
hiyouga
5ff89a0f32 fix #3625
Former-commit-id: d9cdddd19cfb901d9ece676f4d50a0911ddfc0fe
2024-05-08 17:12:56 +08:00
hiyouga
0000894bbe add llama3 chinese chat
Former-commit-id: 48ee46dac1aeb51e25601983452a9cc5898e08e1
2024-05-08 17:10:03 +08:00
hiyouga
1d3fb90590 add deepseek moe 236B
Former-commit-id: 10ab83f4c4dc96013e916462f056d1497c6ddf6c
2024-05-08 16:37:54 +08:00
BUAADreamer
3534a75bcc modify export model
Former-commit-id: 0ca1d1967d8aaf32e20bed06b2e8ae7fc5ab411e
2024-05-08 10:36:36 +08:00
hiyouga
57fee01114 fix #3560
Former-commit-id: 0f8f7d3b90b87a118cf63a9c6e534a14ec188335
2024-05-07 19:03:35 +08:00
hiyouga
52cc6bce38 fix #3602
Former-commit-id: b0888262e371280f2b69ab529040b3a99632fc12
2024-05-07 17:50:27 +08:00
hiyouga
175a7ea951 fix stop param
Former-commit-id: 09f3ef1de49f97001faa91ef3dc2bd16790f9717
2024-05-07 00:41:04 +08:00
hoshi-hiyouga
c198db4db2 Merge pull request #3527 from zhaonx/dev
"add support for vllm api stop parameter"

Former-commit-id: bcf7ec5ceb13920786831166861f18edd2506bb1
2024-05-07 00:37:49 +08:00
hoshi-hiyouga
df66b288a2 Update vllm_engine.py
Former-commit-id: 17d0005b8cb9cf75b8247bcdf4ce022e1a5afd0b
2024-05-07 00:37:05 +08:00
hoshi-hiyouga
4c91104471 Update generating_args.py
Former-commit-id: f32eefae3d20bb8482704daf2a0c5743452f2ce7
2024-05-07 00:28:16 +08:00
hoshi-hiyouga
d65b2332cf Update generating_args.py
Former-commit-id: 7ae7ae64f0e9e8661f9efd30997f8b96673d467a
2024-05-07 00:27:56 +08:00
hiyouga
89e7cabaa9 fix gradio args
Former-commit-id: a153039380d8aa2cdbf434f71f304b1c53ce09f2
2024-05-06 23:33:06 +08:00
hiyouga
eb21a527a6 update docs
Former-commit-id: 34d33e22570338da709b8499830adb06b202095c
2024-05-06 21:47:00 +08:00
zhouwei
7b0629dac4 The training efficiency of the Ascend 910A has been significantly enhanced, leveraging the full computational power of the NPU (Neural Processing Unit) and the capabilities of torch_npu, a PyTorch library optimized for NPUs. This improvement has resulted in a remarkable tenfold increase in efficiency.
Former-commit-id: 28ae947161d4670d4f865cbaad84397d47215a53
2024-05-06 13:29:59 +08:00
zhaonx96
189346188b ”add stop parameter in chat.py“
Former-commit-id: 80645751bc4db20dbadb53950fe35af8b67eec41
2024-05-06 10:10:00 +08:00
zhaonx96
0c6c50f9b5 Merge branch 'main' of https://github.com/zhaonx/LLaMA-Factory into dev
Former-commit-id: 1abd55dd5987266280fef279c0a562f6c3e4835e
2024-05-06 10:09:00 +08:00
hiyouga
fa9c7eb48e add version and help to cli
Former-commit-id: bd095eeb73b79e55d8a7e3e3dfbaf144c62622e2
2024-05-05 02:44:35 +08:00
hiyouga
9bbb5c846d update webui
Former-commit-id: af596988b1e8988fd3f1376a8e090ed8b80ee810
2024-05-05 00:17:54 +08:00
hiyouga
87b9f70ab4 remove empty stream response
Former-commit-id: e984ba3167d765837cff1030acf59528bcde2f85
2024-05-04 16:13:52 +08:00
hiyouga
6672ad7a83 fix async stream api response
Former-commit-id: 941924fdbd69c2529677564af61f9019086ef21f
2024-05-04 16:11:18 +08:00
hiyouga
c32fc1d89b update api and support abort eval in webui
Former-commit-id: ed8f8be752ba2dcbaa6e8b1dc0a2e2821db1a5b8
2024-05-04 15:59:15 +08:00
hiyouga
ed92038736 update readme and webui launch
Former-commit-id: 9d2ce57345d9e1c5fe9ec235ae33e598757cdb5d
2024-05-04 00:43:02 +08:00
hiyouga
9fc7549d25 fix eval in webui
Former-commit-id: 24cc93ab1581fe7cc19e126b2037f4509258f125
2024-05-04 00:19:19 +08:00
hiyouga
340f70cd82 fix webui resume
Former-commit-id: 510e64ee709239bff2a8b7207b517922468c934a
2024-05-03 23:15:19 +08:00
hiyouga
226587fc4a fix slow op in dpo/orpo trainer
Former-commit-id: 3010154adb43deb37fbb3a4648dccd27e848e9c3
2024-05-03 23:06:52 +08:00
hiyouga
a2cb40735b fix callback log multigpu #3559
Former-commit-id: 9585838ebe1f7ce508ec490f91d30920f134be3f
2024-05-03 21:24:27 +08:00
hiyouga
65abcf1a94 enable tqdm in webui
Former-commit-id: 5e6f808e3cd4f9a143562f2facb4f369d985eb26
2024-05-03 04:42:50 +08:00
hiyouga
59965c2dca fix gen_args
Former-commit-id: 17d2e5147ecc4015757d5d988b8872a0d3158a04
2024-05-03 04:24:50 +08:00
hiyouga
572d25734a fix colab gradio
Former-commit-id: 530f6b49bbf406809facdf5fc3b0d2585e2b8797
2024-05-03 03:54:46 +08:00
hiyouga
289d1f3679 update webui and add CLIs
Former-commit-id: 245fe47ece22a4b7822449b126715aaa8ec25aba
2024-05-03 02:58:23 +08:00
hiyouga
ed8d9e0881 fix badam configs
Former-commit-id: 9433c8c215881692f318b89df03af97b4eda4dd5
2024-05-02 02:47:04 +08:00
hoshi-hiyouga
1d00dede8e Update train.py
Former-commit-id: dcd53cb89ae92f92ad1242e8988a18cac5292459
2024-05-02 02:21:27 +08:00