Replies: 1 comment
-
Potentially relevant: lllyasviel/Fooocus#3862 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Summary
Hi, I have a fresh build with a 5080 GPU on ubuntu 22. I used the official guide (conda --> pip) for installation, and when running the simple agents (or anything that renders)
https://isaac-sim.github.io/IsaacLab/main/source/overview/simple_agents.html
I get:
Notably, this does not happen when I run things with
--headless
. In addition, if there are no issues if I run Isaac Sim on its own.Debugging
Not sure if related, but when I run
I get:
I think Capability being 12 could be why Isaac Lab is struggling here. I tried setting
export TORCH_CUDA_ARCH_LIST="9.0"
to no avail.Other Details
I am using NVIDIA Driver Version: 570.144, I was previously on 570.86.16 with identical results.
Beta Was this translation helpful? Give feedback.
All reactions