Skip to content

Commit

Permalink
Add huggingface version in requirements (#249)
Browse files Browse the repository at this point in the history
HF_hub 0.26 discountinued support to cached_download, which is needed for this chatbot. Reverting to HF_hub 0.25 to avoid errors.
  • Loading branch information
sduttanv authored Nov 16, 2024
1 parent d92ca82 commit c52f37f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion community/oran-chatbot-multimodal/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ datasets
docx2txt
faiss-cpu
fastapi==0.104.1
huggingface_hub==0.25
gspread==6.0.0
jupyterlab==4.0.8
langchain==0.2.5
Expand Down Expand Up @@ -32,4 +33,4 @@ torch==2.1.2
transformers==4.35.2
unstructured[all-docs]==0.11.2
uvicorn[standard]==0.24.0
wheel
wheel

0 comments on commit c52f37f

Please sign in to comment.