-
Notifications
You must be signed in to change notification settings - Fork 39
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
ImportError: cs149gpt/module_ref.so: undefined symbol #2
Comments
this problem solved by changing pytorch version to 2.1.2
|
My problem is not solved with the solution proposed by @BoL0150 ..... I am using Ubuntu 24.04 I got this error:
Maybe friends using ubuntu 24.04 should not waste time like me and just switch to ubuntu 22.04... |
PyTorch 2.3.0 |
Under ubuntu 22.04 has same issue |
PyTorch 2.1.2 |
For those who would prefer to create a conda create -n gpt149
conda activate gpt149
conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 cpuonly python=3.10 numpy=1.26 ninja tiktoken -c pytorch -c conda-forge I.e. on top of following the official pytorch instructions for version 2.1.2, I had to specify |
I am not a student at Stanford. When I ran this assignment on my computer (wsl2, ubuntu22.04), the following error occurred:
My python version is 3.12.2,pytorch version is 2.2.2,cuda version is 12.3.0
The text was updated successfully, but these errors were encountered: