-
Notifications
You must be signed in to change notification settings - Fork 644
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
SRT refactor #844
Closed
Closed
SRT refactor #844
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
min-xu-et
reviewed
Aug 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am new to the code base. This seems like a code movement change? No logical change other than the removal of "sampler" in qwen model code?
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 2, 2024 21:30
bae472d
to
4e8fcb5
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 2, 2024 21:33
4e8fcb5
to
9b58945
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 2, 2024 22:58
1aa88ba
to
4b2dc62
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 3, 2024 01:59
5ec7b4b
to
cc8e5e4
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 3, 2024 23:05
4e16ccb
to
6365556
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 3, 2024 23:37
6365556
to
65c5bb1
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 5, 2024 00:36
8cbaecf
to
258eb2b
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
from
August 5, 2024 02:04
84d04a1
to
c164fb3
Compare
hnyls2002
force-pushed
the
shedule-batch
branch
2 times, most recently
from
August 7, 2024 05:04
b48fe4c
to
dc50933
Compare
hnyls2002
requested review from
Ying1123,
merrymercy and
zhyncs
and removed request for
Ying1123,
merrymercy and
zhyncs
August 7, 2024 09:05
I'll review asap 😂 |
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.
This PR is to clarify the logic of the SRT code.
InputMetaData
andForwardMode
intoForwardInfo
PrefillAdder
prepare_for_extend
InputMetadata
This PR has been split into #960, #967, #968, #977, #980, #984, #981