-
Notifications
You must be signed in to change notification settings - Fork 4
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
Clean dependencies #1
Conversation
``` | ||
RUN pip install -U "jax[cuda12]==0.4.25" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html | ||
pip install -U "jax[cuda12]==0.4.25" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html |
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.
To allow multiple JAX runs in a single gpu.
export XLA_PYTHON_CLIENT_PREALLOCATE=false
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.
Done.
@@ -9,239 +9,25 @@ dependencies: | |||
- pip=21.0 | |||
- python=3.9.0 | |||
- pip: | |||
- absl-py==2.0.0 |
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.
can you change the name of conda file to either scale_rl or simba?
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.
Done.
Everything seems to be working fine on my desktop, but the removed dependency on our lab's server isn't functioning properly. However, it's okay since our lab server's configuration is a bit unusual, and we're planning to upgrade to CUDA 12 starting in November. |
Thanks for the check. I'll go ahead merge this. |
For OSS release, this PR cleans dependencies as well as minor changes: