-
Notifications
You must be signed in to change notification settings - Fork 39
Centralizes environment variable access by routing variables reads through the envs.py module. #1102
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
03b8668 to
2c04b01
Compare
|
Is this currently in a review-able state? If not, can you convert it into draft? Also, all the unit tests fails should have been fixed by now, so please try again. |
|
I rebased and verified all unit tests are passed. This is ready for review. |
https://buildkite.com/tpu-commons/tpu-inference-ci/builds/5491 will review it once i'm available. |
15ee8d3 to
b6cfcc4
Compare
|
CI has been fixed. Can you update the branch so I can re-run the ci for this PR? |
Signed-off-by: Xing Liu <xingliu14@gmail.com>
Signed-off-by: Xing Liu <xingliu14@gmail.com>
Signed-off-by: Xing Liu <xingliu14@gmail.com>
Signed-off-by: Xing Liu <xingliu14@gmail.com>
Signed-off-by: Xing Liu <xingliu14@gmail.com>
Signed-off-by: Xing Liu <xingliu14@gmail.com>
|
Done! |
|
Running. Please ping me when the ci finishes!: https://buildkite.com/tpu-commons/tpu-inference-ci/builds/5624 |
Description
Centralizes environment variable access by routing following environment variable reads through the
envs.pymodule.Addressing #1016.
cc @kyuyeunk
Tests
pytest
Checklist
Before submitting this PR, please make sure: