File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -28,26 +28,10 @@ pip install --upgrade torch==2.2.0 torchvision==0.17.0+cu118 --index-url https:/
2828pip install --upgrade jax[cuda11_local]==0.4.20 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
2929```
3030
31- Bayes3D is built on top of GenJAX, which is currently hosted in a private Python
32- package repository. To configure your machine to access GenJAX:
33-
34- - [ File an issue] ( https://github.com/probcomp/bayes3d/issues/new ) asking @sritchie to give you access.
35- - [ Install the Google Cloud command line tools] ( https://cloud.google.com/sdk/docs/install ) .
36- - Follow the instructions on the [ installation page] ( https://cloud.google.com/sdk/docs/install )
37- - run ` gcloud auth application-default login ` as described [ in this
38- guide] ( https://cloud.google.com/sdk/docs/initializing ) .
39-
40- Then run the following command to configure ` pip ` to use these new gcloud
41- commands:
42-
43- ``` bash
44- pip install keyring keyrings.google-artifactregistry-auth
45- ```
46-
47- Finally, install Bayes3D:
31+ Install Bayes3D:
4832
4933``` bash
50- pip install bayes3d --extra-index-url https://us-west1-python.pkg.dev/probcomp-caliban/probcomp/simple/
34+ pip install bayes3d
5135```
5236
5337Download model and data assets:
You can’t perform that action at this time.
0 commit comments