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
After cloning localGPT in my computer, I create a virtual environment using conda with the following command conda create -n localGPT_llama2 and then I activated the VE using conda activate localGPT_llama2.
Running pip install -r requirements.txt it takes forever to install the depencies. I tried it on two computers it can easily take hours and hours.
My first question: is someone else experiencing this problem?
A subsequent issue it the compatibility problems between some libraries. I ran into the following error after trying to run python ingest.py --device_type cpu
C:\Users\Me\AppData\anaconda3\envs\localGPT_llama2\lib\site-packages\langchain\embeddings\huggingface.py", line 152, in init
raise ValueError("Dependencies for InstructorEmbedding not found.") from e
ValueError: Dependencies for InstructorEmbedding not found.
The text was updated successfully, but these errors were encountered:
After cloning localGPT in my computer, I create a virtual environment using conda with the following command
conda create -n localGPT_llama2
and then I activated the VE usingconda activate localGPT_llama2
.Running
pip install -r requirements.txt
it takes forever to install the depencies. I tried it on two computers it can easily take hours and hours.My first question: is someone else experiencing this problem?
A subsequent issue it the compatibility problems between some libraries. I ran into the following error after trying to run
python ingest.py --device_type cpu
C:\Users\Me\AppData\anaconda3\envs\localGPT_llama2\lib\site-packages\langchain\embeddings\huggingface.py", line 152, in init
raise ValueError("Dependencies for InstructorEmbedding not found.") from e
ValueError: Dependencies for InstructorEmbedding not found.
The text was updated successfully, but these errors were encountered: