Gonçalo Teixeira
04/22/2024, 5:48 PMFROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
RUN apt update
RUN apt install -y curl
RUN curl -O <https://dl.typesense.org/releases/26.0/typesense-server-26.0-linux-amd64.tar.gz>
RUN tar -xzf typesense-server-26.0-linux-amd64.tar.gz
RUN curl -O <https://dl.typesense.org/releases/26.0/typesense-gpu-deps-26.0-amd64.deb>
RUN apt install ./typesense-gpu-deps-26.0-amd64.deb
ENTRYPOINT ["./typesense-server"]
but when I run nvidia-smi
no processes are shown, and the GPU usage is not changed...
I do get a message:
2024-04-22 17:38:37.365215677 [W:onnxruntime:, <http://session_state.cc:1136|session_state.cc:1136> VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
2024-04-22 17:38:37.365235639 [W:onnxruntime:, <http://session_state.cc:1138|session_state.cc:1138> VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.
Jason Bosco
04/23/2024, 12:18 AMJason Bosco
04/23/2024, 12:19 AMGonçalo Teixeira
04/23/2024, 12:26 AMGonçalo Teixeira
04/23/2024, 1:46 PMJason Bosco
04/23/2024, 4:11 PM