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

Help with: No such file or directory: '/fsx/hailey/math-lm/gpt-neox/megatron/fused_kernels' #1083

Closed
andrewarrow opened this issue Nov 22, 2023 · 5 comments

Comments

@andrewarrow
Copy link

After python ./megatron/fused_kernels/setup.py install I try pip install -r requirements.txt and get this everytime:

Processing /fsx/hailey/math-lm/gpt-neox/megatron/fused_kernels (from -r requirements.txt (line 28))
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/fsx/hailey/math-lm/gpt-neox/megatron/fused_kernels'

Thank you so much!

@StellaAthena
Copy link
Member

The file requirements.txt doesn't exist in this repo. You should be running pip install -r requirements/requirements.txt

@andrewarrow
Copy link
Author

I'm actually trying to get:

https://github.com/EleutherAI/math-lm

working which uses this version of gpt-neox

https://github.com/EleutherAI/gpt-neox/tree/5dd366539803dbf1fd725cc057013fd002a4cfd4

But thank you I will try installing normal gpt-neox and see where that gets me!

@StellaAthena
Copy link
Member

I'm actually trying to get:

https://github.com/EleutherAI/math-lm

working which uses this version of gpt-neox

https://github.com/EleutherAI/gpt-neox/tree/5dd366539803dbf1fd725cc057013fd002a4cfd4

But thank you I will try installing normal gpt-neox and see where that gets me!

It looks like there's a line that erroneously points to @haileyschoelkopf's personal directory on one of our computing clusters. Try removing the /fsx/hailey/math-lm/ from the line and rerunning it.

@haileyschoelkopf
Copy link
Contributor

If using that Llemma branch, you can simply comment out the fused_kernels line in that requirements.txt and install the fused kernels using megatron/fused_kernels/setup.py install on that commit as you have done already.

@StellaAthena
Copy link
Member

@andrewarrow did this solve your problem?

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

4 participants