We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, python test_benchmark_inference.py -d ./models -p -ppl throws:
python test_benchmark_inference.py -d ./models -p -ppl
/bin/sh: 1: /usr/bin/nvcc: not found ninja: build stopped: subcommand failed.
but nvcc (Build cuda_11.8.r11.8) is installed
which nvcc /usr/local/cuda/bin/nvcc
~/.bashrc
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64" export CUDA_HOME=/usr export PATH="/usr/local/cuda/bin:$PATH"
Other AIs use it (Stable Diffusion, ...), so what is wrong?
Ubuntu 22.04 (PopOS) Nvidia 535 for RTX3060 Python 3.10.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
python test_benchmark_inference.py -d ./models -p -ppl
throws:but nvcc (Build cuda_11.8.r11.8) is installed
~/.bashrc
Other AIs use it (Stable Diffusion, ...), so what is wrong?
Ubuntu 22.04 (PopOS)
Nvidia 535 for RTX3060
Python 3.10.12
The text was updated successfully, but these errors were encountered: