-
Notifications
You must be signed in to change notification settings - Fork 339
Add MaxText and Raiden optional dependencies to Dockerfile #2013
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| maxtext @ git+https://github.com/AI-Hypercomputer/maxtext.git@8c2e29218c01b6287ba85e8d0dc9555561f7634c | ||
| maxtext-vllm-adapter @ git+https://github.com/AI-Hypercomputer/maxtext.git@8c2e29218c01b6287ba85e8d0dc9555561f7634c#subdirectory=src/maxtext/integration/vllm | ||
| aqtp | ||
| tokamax>=0.0.4 | ||
| drjax>=0.1.4 | ||
| ml-goodput-measurement | ||
| cloud-accelerator-diagnostics | ||
| cloud-tpu-diagnostics | ||
| google-cloud-mldiagnostics>=0.5.10 | ||
| google-cloud-monitoring | ||
| einshape | ||
| typeguard | ||
| xprof | ||
| cheroot |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,5 +2,4 @@ | |
| # --find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html | ||
| # --pre | ||
|
|
||
| tpu-inference @ git+https://github.com/vllm-project/tpu-inference.git@12eed6e661a1ffacbce9d107a9894c1a471e7479 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bump this version should be careful, we need to run package test and nightly regression test before bump. Do you depend on changes in the updated version ?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, we need these weight sync changes in tpu-inference: vllm-project/tpu-inference@4a89516
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When you update tpu-inference, please also update vllm, and the vllm nightly image tag in https://github.com/google/tunix/tree/main/.github/workflows. So the correct way of doing this is identify which vllm docker image you'd like to use, then apply the same commit to these requirement files. |
||
|
|
||
| tpu-inference @ git+https://github.com/vllm-project/tpu-inference.git@4a8951606026d5c0307554bc4ed93f4690c4640a | ||
Uh oh!
There was an error while loading. Please reload this page.