Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No supported GPU(s) detected to run this container #175

Open
sinankefeli opened this issue Jul 7, 2023 · 0 comments
Open

No supported GPU(s) detected to run this container #175

sinankefeli opened this issue Jul 7, 2023 · 0 comments

Comments

@sinankefeli
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant