-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Unable to run example.py #98
Comments
In Windows, I met the same problem.But in Ubuntu, it's okay. |
You need to provide more information about your OS, python, the libraries and their versions and your GPU. |
@neuhaus Thank you for suggesting that. Here is the information: MacOS Ventura 13.2.1 (22D68) with M1 Pro, 16 core GPU, 16 GB RAM Python 3.11.2 Here's my output from
|
Same issue, bumping 👍 Macosx, Monterey, M1Pro 32gb |
To avoid this issue, downgrade python. try 3.7~ (use a version manager like asdf, rtx). then make sure to install the requirements using the command. |
the same quesiton |
any solution found? I'm facing the same issue in Windows |
Are you still seeing this issue on Llama 2? |
Same here, I am using a MacBook M1, I will try to downgrade my python to 3.7 to see. |
I am running
torchrun --nproc_per_node 1 example.py --ckpt_dir ./7B/ --tokenizer_path ./tokenizer.model
and my output is
Any idea what's happening here?
The text was updated successfully, but these errors were encountered: