You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: The following operation failed in the TorchScript interpreter. Traceback of TorchScript (most recent call last): RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch)
I am getting this error.
I am using RTX 4090
CUDA 11.3
Nvidia driver 535 version
and pytorch is installed using "pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html"
I have done these steps and they works fine:
python examples/1080_balls_of_solitude.py
Install the go1_gym package
In this repository, run pip install -e .
when I run python scripts/test.py, I got his error.
The text was updated successfully, but these errors were encountered:
RuntimeError: The following operation failed in the TorchScript interpreter. Traceback of TorchScript (most recent call last): RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch)
I am getting this error.
I am using RTX 4090
CUDA 11.3
Nvidia driver 535 version
and pytorch is installed using "pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html"
I have done these steps and they works fine:
python examples/1080_balls_of_solitude.py
Install the go1_gym package
In this repository, run pip install -e .
when I run python scripts/test.py, I got his error.
The text was updated successfully, but these errors were encountered: