RAG-3 / requirements.txt
yiyii's picture
Update requirements.txt
7084799 verified
raw
history blame contribute delete
No virus
704 Bytes
tensorflow==2.15.0
#bitsandbytes==0.42.0
#accelerate
deepface
transformers
tf-keras
#torch
huggingface_hub
langchain
langchain_community
tiktoken
sentence_transformers
chromadb
pypdf
#Your currently installed version of Keras is Keras 3, but this is not yet supported in Transformers,
#Please install the backwards-compatible tf-keras package with `pip install tf-keras`.
#after install tf-keras still got new error: ValueError: The layer sequential has never been called and thus has no defined input.
# something wrong in analyze_face function. solution: try to use another model rather than the default model
# solution: downgrade tf version, beacuse Serengil added the dependencies last week