-
-
Notifications
You must be signed in to change notification settings - Fork 970
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
Successful pip Installation Results in ModuleNotFoundError #910
Comments
+1 |
found same error with runpod quickstart template
` |
Odd, the code package is missing from |
Just running pip3 install -e '.[flash-attn,deepspeed]' once again in my venv solved the issue. |
I don't know if this module is supposed to run on Databricks, but the workarounds don't help there since I can't symlink or upload entire directories into the workspace. Running with |
Closing this as duplicate of #945 The current workaround is to git clone and pip install following readme : #945 (comment) |
Please check that this issue hasn't been reported before.
Expected Behavior
Following the Quickstart instructions, I installed the axolotl module without any errors. I would expect to be able to load axolotl using the python interpreter or by executing scripts through
axolotl.cli.inference
.Current behaviour
Attempting to load the module or run any scripts results in a
ModuleNotFoundError
.Steps to reproduce
Config yaml
Possible solution
Installation using the git instructions is successful.
Which Operating Systems are you using?
Python Version
3.9
axolotl branch-commit
main/4d6490b
Acknowledgements
The text was updated successfully, but these errors were encountered: