Skip to content
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

[Chunked Prefill][4/n] Chunked prefill scheduler. #3853

Merged
merged 21 commits into from
Apr 5, 2024
Prev Previous commit
Next Next commit
fix
  • Loading branch information
rkooo567 committed Apr 5, 2024
commit e7c0d6c875f84df96a50903aece66417ce599efc
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server.
prometheus_client >= 0.18.0
tiktoken == 0.6.0 # Required for DBRX tokenizer
outlines == 0.0.34 # Requires torch >= 2.1.0
outlines == 0.0.34 # Requires torch >= 2.1.0
Loading