Find answers from the community

Updated 2 months ago

It seems that most google collab

It seems that most google collab examples are broken. Here is the error that's thrown when trying to run the Hugging Face llm example. I get the same error trying to run any of the llm examples. Has anyone else run into this?

https://docs.llamaindex.ai/en/stable/examples/customization/llms/SimpleIndexDemo-Huggingface_stablelm.html

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
llmx 0.0.15a0 requires cohere, which is not installed.

Edit: the working collab examples also throw this pip error.
L
a
9 comments
what is llmx ?
I've never seen this before
A fresh install on colab works fine for me πŸ€”
that colab worked for me (but I had to add pip install accelerate and restart after it installs)
I have no idea what llmx is, when I open a fresh collab and run pip install llama-index that pip error about llmx shows up pretty much every time
Okay I just tried again to double check and its not happening anymore, very strange. I'll try some more collabs and see if I can reproduce
It was very consistent this morning
Maybe it was something you installed before installing llama-index?
but, if it works now, thats good lol
Add a reply
Sign up and join the conversation on Discord