logotherapyGPT / requirements.txt
balkite's picture
Update requirements.txt
38f1be1
raw
history blame
No virus
544 Bytes
PyYAML~=6.0.1
streamlit~=1.25.0
--extra-index-url https://download.pytorch.org/whl/cu113
torch
transformers~=4.31.0
streamlit_authenticator
langchain
chromadb==0.3.22
InstructorEmbedding
sentence-transformers
protobuf==3.20.0; sys_platform != 'darwin'
protobuf==3.20.0; sys_platform == 'darwin' and platform_machine != 'arm64'
protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
urllib3==1.26.6
accelerate
bitsandbytes ; sys_platform != 'win32'
bitsandbytes-windows ; sys_platform == 'win32'
click~=8.1.6
requests~=2.31.0