-
Notifications
You must be signed in to change notification settings - Fork 152
No supported GPU(s) detected to run this container #175
Copy link
Copy link
Open
Description
Hello,
I am currently using a 4090 GPU and encountering an issue where the image is not compatible when I execute the following command:
docker run -it --rm --gpus all \
-v $PWD:/project ghcr.io/els-rd/transformer-deploy:0.6.0 \
bash -c "cd /project && \
convert_model -m \"philschmid/MiniLM-L6-H384-uncased-sst2\" \
--backend tensorrt onnx \
--seq-len 16 128 128"
I receive the following message:
WARNING: Detected NVIDIA NVIDIA GeForce RTX 4090 GPU, which is not yet supported in this version of the container
ERROR: No supported GPU(s) detected to run this container
My question is whether there are plans to include support for the 4090 GPU in the near future?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels