-
Notifications
You must be signed in to change notification settings - Fork 190
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
Error when running gpt-j-online.ipynb example: AttributeError: 'JobConfig' object has no attribute 'py_driver_sys_path' #5
Comments
Try using |
I did as you suggested:
Then I hit another issue: `AttributeError: module 'pydantic.fields' has no attribute. I found this issue that seems related and tried to add "pydantic<2", but I still hit this issue:
|
The workaround here was to run:
and that addressed the problem. |
jjk-g
added a commit
to jjk-g/ai-on-gke
that referenced
this issue
Oct 14, 2024
* Add llama3-8b vLLM * Add llama3-8b readme and catalog table link * Newline fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the steps to access JupyterLab, I install ray from terminal with
pip install -U "ray[air]"
and then run gpt-j-online example. I get the following error:The text was updated successfully, but these errors were encountered: