-
Notifications
You must be signed in to change notification settings - Fork 246
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
Checklist for 0.7 release #1082
Changes from all commits
8e2d875
0f395eb
ce5dc29
9c3ed2c
d4390a9
2e6a2ae
d31bc11
eefd752
d44d7f0
a3da210
0334bab
7a81b9b
c20c964
7c5ce51
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04 | |
# note that this image uses Python 3.8 | ||
ENV IMG_NAME=11.2.2-cudnn8-devel-ubuntu20.04 \ | ||
# declare the cuda version for pulling appropriate jaxlib wheel | ||
JAXLIB_CUDA=112 | ||
JAXLIB_CUDA=111 | ||
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. there is no longer CUDA 112 version because the 111 built will work for the remaining versions in the 11x series. 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. I see, thanks for claryfying! |
||
|
||
# install python3 and pip on top of the base Ubuntu image | ||
# unlike for release, we need to install git and setuptools too | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
dm-haiku | ||
flax | ||
funsor | ||
jax>=0.1.65 | ||
jaxlib>=0.1.45 | ||
jaxns==0.0.7 | ||
optax==0.0.6 | ||
funsor>=0.4.1 | ||
jax>=0.2.11 | ||
jaxlib>=0.1.62 | ||
jaxns>=0.0.7 | ||
optax>=0.0.6 | ||
nbsphinx>=0.8.5 | ||
sphinx-gallery | ||
tfp-nightly<=0.14.0.dev20210608 # TODO: change this to tensorflow-probability when it is stable | ||
tensorflow_probability>=0.13 | ||
tqdm |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
Contributed Code | ||
================ | ||
|
||
Nested Sampling | ||
~~~~~~~~~~~~~~~ | ||
|
||
|
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.
This indentation is an attempt to make python code rendered correctly here. This only happens on readthedocs, I can't reproduce in my system.