-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: Fix KV cache block reuse flag name in quickstart_advanced #3781
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
Conversation
|
/bot run |
|
PR_Github #3103 [ run ] triggered by Bot |
|
PR_Github #3103 [ run ] completed with state |
Signed-off-by: Mike Iovine <[email protected]>
cc09af0 to
d1d6b56
Compare
|
/bot run |
|
PR_Github #3200 [ run ] triggered by Bot |
|
PR_Github #3200 [ run ] completed with state |
|
/bot skip --comment "Passed before rebase" |
|
PR_Github #3217 [ skip ] triggered by Bot |
|
PR_Github #3217 [ skip ] completed with state |
quickstart_advanced.pyhas KV cache reuse on by default. You can turn it off with a flag. The problem is that the name of the flag is flipped: runningquickstart_advanced.py --kv_cache_enable_block_reusewill actually disable block reuse! This PR fixes this naming mishap.