NevesLucas
NevesLucas
or just update the db: `optuna storage upgrade --storage sqlite:///data/params.db`
it can, you need to change the jax library it uses to CPU, in https://github.com/saharmor/dalle-playground/blob/main/backend/Dockerfile need to change ``` # install jax[cuda] RUN pip3 install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html ```...
I have it working on a 6800xt without issues rocm works fine on full desktop, no need for headless. Using rocm 5.1.0 works correctly, need to build jaxlib from source...
@DarkShadow44 do you have an rx5700xt? You might need to do a full clean of the bazel cache if you previously tried building with the wrong device flags. Where in...
Prebuilt ngc container images target pascal and up for gpu arch, you will need to manually build your own docker environment. see the changelog here: https://docs.nvidia.com/deeplearning/digits/digits-release-notes/rel_19-01.html#rel_19-01
@exander77 hi sorry I never put it in a docker environment, I did a native install to my Linux system
I am also having the same find package error when using the version in apt