private-chatbot-mpt30b-langchain
private-chatbot-mpt30b-langchain copied to clipboard
trouble during setup
hi Great project, wanted to try it, but having these problems during setup:
private-chatbot-mpt30b-langchain$ python ingest.py
Traceback (most recent call last):
File "/home/im/Downloads/private-chatbot-mpt30b-langchain/ingest.py", line 6, in
and:
private-chatbot-mpt30b-langchain$ poetry run python chat.py
Traceback (most recent call last):
File "/home/im/Downloads/private-chatbot-mpt30b-langchain/chat.py", line 5, in
Am I missing some dependencies or smth else? Seems like I might be missing smth related to LangChain (but already did: pip install langchain)?. rgds, IM
This project uses poetry
for managing the packages. Please follow the steps given in the installation exactly.
pip install poetry
cd <directory_where_you_cloned>
poetry install
cp .env.example .env
python download_model.py
Thx for your answer. I followed these steps before trying to run ingest etc. Kind rgs
man. 3. jul. 2023 kl. 12.29 skrev Vijayasaradhi @.***>:
This project uses poetry for managing the packages. Please follow the steps given in the installation exactly. pip install poetry cd <directory_where_you_cloned> poetry install cp .env.example .env python download_model.py
— Reply to this email directly, view it on GitHub https://github.com/mayooear/private-chatbot-mpt30b-langchain/issues/3#issuecomment-1617850080, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASTBDRFDAUB24PUFLJUNGP3XOKNG3ANCNFSM6AAAAAAZ4DJRKU . You are receiving this because you authored the thread.Message ID: @.***>
python download_model.py
Traceback (most recent call last):
File "/workspace/ai/pgpt/private-chatbot-mpt30b-langchain/download_model.py", line 3, in
I downloaded the bin file in models but now getting this error " python ingest.py
Traceback (most recent call last):
File "/workspace/ai/pgpt/private-chatbot-mpt30b-langchain/ingest.py", line 6, in
If you have installed poetry and installed the required libraries, you can run
poetry run python ingest.py
i have installed langchain but still
Traceback (most recent call last):
File "D:\Office\RandD\Meta\LLAMA\private-chatbot-mpt30b-langchain\ingest.py", line 7, in
If you are using poetry, please use poetry run python