-
Notifications
You must be signed in to change notification settings - Fork 74
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
Installation on Linux for GPU usage #255
Comments
HI @AsyaOrlova Thanks for your interest. Is this WSL? Because GT4SD does not support Windows |
@jannisborn Thanks for the quick answer! This is WSL, however I use it to connect to the remote server with Linux OS. So, I guess, this is not the problem, because I try to run gt4sd on server. |
And you have GPU access on that machine? Otherwise you need conda_cpu_linux.yml |
Yes, I do have it. I also tried to create CPU environment and it failed with error as well. |
Hard to debug from far, but your error suggests to pre-install torch into the env before attempting to install other deps |
I foun out I had problems specifically with gt4sd-molformer (something about a conflict between cuda and pytorch). So I created the environment without this package as a temporary workaround, since I don't actually need molformer for my purposes. Thank you for your help! |
Closing as completed but feel free to reopn |
Hello! I have a problem with creating environment for GPU usage.
I run this command:
conda env create -f conda_gpu.yml
And I get the error, which is depicted on the screenshots.
I suppose it is connected with pytorch-fast-transformers package.
Screenshots
![image](https://private-user-images.githubusercontent.com/119162329/394239857-399978f2-d957-41d6-bba0-8f8abbf4ebbf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDU2NzMsIm5iZiI6MTczOTIwNTM3MywicGF0aCI6Ii8xMTkxNjIzMjkvMzk0MjM5ODU3LTM5OTk3OGYyLWQ5NTctNDFkNi1iYmEwLThmOGFiYmY0ZWJiZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNjM2MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wNjZkZjNhYTczNjQ1OGEyM2FiODUzOThmZThlMWI1ZWJjMjIzZTYxN2JlNjY2NmY4ODA5MzUyMmVlOWJjNDU4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.JUgHlUozwCGrkKMaUGNqj17ZJ1f8qFlHRFZyLWYd8LY)
![image](https://private-user-images.githubusercontent.com/119162329/394240008-fcd017d5-cdfe-4f14-ab0c-60640c530165.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDU2NzMsIm5iZiI6MTczOTIwNTM3MywicGF0aCI6Ii8xMTkxNjIzMjkvMzk0MjQwMDA4LWZjZDAxN2Q1LWNkZmUtNGYxNC1hYjBjLTYwNjQwYzUzMDE2NS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNjM2MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05Mzc4OGYzZmYzNGU4M2Q0NzEwZDE3YTI5NmJkMmViZTBjZjRjMDcwYzIxMjI1YWMyOTQzMmY3YjZmYWFkNDNjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0_fZV7dYFgWj0G2z7X5VNN73lUkhbZxoCaYLwYgu5VU)
System:
The text was updated successfully, but these errors were encountered: