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

Ubuntu:name trimesh is not defined #577

Open
formoree opened this issue Jan 15, 2025 · 5 comments
Open

Ubuntu:name trimesh is not defined #577

formoree opened this issue Jan 15, 2025 · 5 comments

Comments

@formoree
Copy link

image
I just rented a 4090 server with torch and python installed on the server itself, and I pip-installed genesis-world as requested.But I got this error when running the hello_world demo file.

@formoree formoree changed the title trimesh is not defined Ubuntu:name trimesh is not defined Jan 15, 2025
@formoree
Copy link
Author

I found that switching to another cloud server rental platform and using a higher version of Cuda can solve this problem.

@formoree formoree reopened this Jan 15, 2025
@formoree
Copy link
Author

image
After trying to run the hello genesis file with no error, I tried to run my own project file.On my local 4060ti computer, each step takes about 4~5 seconds, of which the collection time is about 4 seconds, but it takes 140 seconds here. I don't know why. I have rented multiple cloud servers and all have similar problems.

@Kashu7100
Copy link
Collaborator

Is your simulation using GPU (I suspect it is working with CPU)? Can you check the initial log for the backend?
For your first comment it says backend is gs.cpu (although you mentioned you are using 4090 server).

@formoree
Copy link
Author

Thank you very much for your reply. The first hello_world demo is specified as gs.cpu in the file, so it shows as CPU. In the third comment later, I specified it as GPU, but the GPU call is 0, and there is no traditional log output from gs.init either.

@Kashu7100
Copy link
Collaborator

Can you try gs.gpu on the first? Also what is your cuda version and nvidia-driver version?

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

2 participants