-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP][transformer] bring llm component #2363
Open
Mddct
wants to merge
9
commits into
main
Choose a base branch
from
Mddct-llm-component
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mddct
force-pushed
the
Mddct-llm-component
branch
4 times, most recently
from
February 22, 2024 15:46
8c576bb
to
f261744
Compare
Mddct
force-pushed
the
Mddct-llm-component
branch
from
February 22, 2024 16:26
f261744
to
a17fc45
Compare
准备以后也是ckpt重命名的方式引入llm吗?(而不是import transformers) |
是 后边会用fsdp/deepspeed 直接和transformers用有一堆奇奇怪怪的问题,而且也不方便做部署之类的工作 |
同意! |
这里大致罗列下主流llm的一些情况,可能随版本变动 有些出入
|
Mddct
force-pushed
the
Mddct-llm-component
branch
from
February 23, 2024 09:37
427a033
to
8c64edb
Compare
还是这个配置:#2333 (comment)
NOTE: 上述实验中的subsampling (conv2d) + ctc dense 都存在bias train_conformer.yaml
conformer moe见:#2474 (comment) |
Mddct
force-pushed
the
Mddct-llm-component
branch
4 times, most recently
from
February 26, 2024 06:25
2e99c5e
to
0f3deaa
Compare
Mddct
force-pushed
the
Mddct-llm-component
branch
from
February 26, 2024 06:40
0f3deaa
to
1afd9de
Compare
Mddct
force-pushed
the
Mddct-llm-component
branch
4 times, most recently
from
February 27, 2024 17:40
2867f5a
to
9046622
Compare
Mddct
force-pushed
the
Mddct-llm-component
branch
4 times, most recently
from
February 28, 2024 09:44
558fd14
to
ea0888f
Compare
Mddct
force-pushed
the
Mddct-llm-component
branch
from
February 28, 2024 09:48
ea0888f
to
0dc48f1
Compare
Mddct
changed the title
[transformer] bring llm component
[WIP][transformer] bring llm component
Feb 28, 2024
Mddct
force-pushed
the
Mddct-llm-component
branch
14 times, most recently
from
March 1, 2024 02:44
9f61138
to
522a60a
Compare
Mddct
force-pushed
the
Mddct-llm-component
branch
from
March 1, 2024 02:50
522a60a
to
6dec5bd
Compare
Mddct
force-pushed
the
Mddct-llm-component
branch
from
March 1, 2024 09:06
7888af5
to
ddf648b
Compare
该pr会拆成若干pr 完成
|
This was referenced Mar 8, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
这个pr 会将以下llm的组件引入wenet
(llama gemma等都用了)
TODO
btw:日后可方便加载llm模型