Hey, I would appreciate recommendation on the specific versions of Python + CUDA environment on Windows that have been tested by you guys and proven to work well with LLaVAv1.6 and LLaVAv1.6 with CUDA ...
Hi, I use the following dockerfile to create a docker image. FROM amazonlinux:2 USER root ENV HOME="/root" WORKDIR / ENTRYPOINT [] CMD ["/bin/bash"] # Install ...