You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Were you able to work around it? The solution provided in their git issue (reinstalling: !pip install llama-index-llms-huggingface) did nothing when I tried it -- all packages are satisfied. I don't know why it would work with no instruction to downgrade versions.
Arthur
The text was updated successfully, but these errors were encountered:
@ad-vercel
I checked the official llamindex website: here
If you run the below cell in cmd, you will be good to go: pip install llama-index-llms-huggingface
Hi Krish,
This is a great tutorial, but I'm getting stuck because this line errors:
from llama_index.llms import HuggingFaceLLM
This is a known issue -- llms module is no longer supported by LlamaIndex: run-llama/llama_index#10670.
Were you able to work around it? The solution provided in their git issue (reinstalling: !pip install llama-index-llms-huggingface) did nothing when I tried it -- all packages are satisfied. I don't know why it would work with no instruction to downgrade versions.
Arthur
The text was updated successfully, but these errors were encountered: