Skip to content

Commit

Permalink
update from bleepblop
Browse files Browse the repository at this point in the history
  • Loading branch information
cottrell committed Jul 22, 2024
1 parent cd0e19a commit c0317aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my-gym
Submodule my-gym updated from 06441c to 47f436
4 changes: 3 additions & 1 deletion python/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ else
for x in $(cat $ENV_FILE); do
pip install -U $x
done
# 2024-07-10
pip install -U "jax[cuda12]"
# 2023-10-23
pip install -U "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# pip install -U "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# pip install --upgrade "jax[cuda11_local]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# pip install --upgrade "jax[cuda12_local]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# pip install --upgrade jax[cuda12_pip] -f https://storage.googleapis.com/jax-releases/jax_releases.html
Expand Down
4 changes: 4 additions & 0 deletions radicle/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
https://radicle.xyz/

curl -sSf https://radicle.xyz/install | sh

see ~/.radicle ... you can delete it to start from scratch and `rad auth` to set up

0 comments on commit c0317aa

Please sign in to comment.