-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
IndexError: list index out of range??? #571
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hi @Hcrypt! Thanks so much for filing this issue. Do you see this with all models under Hugging Face Hub? I tried to use the same model, and while I didn't see the error you saw with the prompt
Do you see the same error with other model providers? |
Yea, I get the same error with all the models. How did set yours up to get it working? Just curious so I can follow through exactly what you went through just to double check what's happening here. |
I typically build and run Jupyter AI from source, using the |
Description
I'm trying to use a huggingface api with jupyter_ai
I keep getting this
I already retried re-installing jupyter_ai multiple times with
pip install jupyter-ai
I even tried..
pip3 install jupyter_ai --upgrade --force-reinstall
not sure why I keep getting that error..
Reproduce
After installing jupyter-ai, I attempt to use the Jupyter AI Chat.
Added
WizardLM/WizardCoder-Python-34B-V1.0
on Local model IDadded my api on hugging face (write)
Type in
hello
on the chat..
Expected behavior
I expected the chatbot to respond back to me. But it didn't.
Instead on the terminal I used to open up jupyter-labs it says..
I went back to the browser, click entered and the IndexError mention above popped up
Context
Troubleshoot Output
The text was updated successfully, but these errors were encountered: