Cassie-Lim / saycan

Implementation of SayCan, organized as a python project.
4 stars 1 forks source link

I encountered an issue while configuring the environment #1

Closed mrmusad closed 8 months ago

mrmusad commented 8 months ago

image and i'm unable to find jaxlib==0.4.9+cuda11. cudnn86 in the jaxlib version library image

Cassie-Lim commented 8 months ago

Hi, the path to the cuda wheels changed (see: https://github.com/google/jax?tab=readme-ov-file#instructions). You can find jaxlib==0.4.9+cuda11 in this link: https://[storage.googleapis.com/jax-releases/jax_cuda_releases.html](https://storage.googleapis.com/jax-releases/jax_cuda_releases.html)

image