curiousily / Get-Things-Done-with-Prompt-Engineering-and-LangChain

LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with custom data. Jupyter notebooks on loading and indexing data, creating prompt templates, CSV agents, and using retrieval QA chains to query the custom data. Projects for using a private LLM (Llama 2) for chat with PDF files, tweets sentiment analysis.
https://mlexpert.io
Apache License 2.0
1.13k stars 356 forks source link

notebook 15 dependency error #4

Open cdesch opened 1 year ago

cdesch commented 1 year ago

Dependency Error on 15.langchain-quickstart-with-llama-2.ipynb

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.
transformers 4.33.2 requires tokenizers!=0.11.3,<0.14,>=0.11.1, but you have tokenizers 0.14.0 which is incompatible.
KansaiTraining commented 3 months ago

This happens in the llava notebook as well...