GPU not seen using Windows Docker Milvus:v2.4.4-gpu #33889
-
I am using milvus v2.4.4-gpu in windows docker. I have an nVidia 3090 I have edited the docker-compose.yml file to include: I have also edited the milvus.yaml file in the docker instance to include: when I use nvidia-smi, I do not see milvus in the listing of PID when using attu to create an index, I do not see any of the choices like GPU_IVF_FLAT I am trying to create it on a field type of FloatVector or Float16Vector |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Some additional info, I have the drivers working for WSL 2 Nvidia driver v546.01 and CUDA 12.3 |
Beta Was this translation helpful? Give feedback.
-
Ok, solved. Apparently you cannot select any of the GPU indexes in the Attu GUI. You can create them programmatically, but not thru the tool |
Beta Was this translation helpful? Give feedback.
Ok, solved. Apparently you cannot select any of the GPU indexes in the Attu GUI. You can create them programmatically, but not thru the tool