Skip to content

Commit c52f37f

Browse files
authored
Add huggingface version in requirements (#249)
HF_hub 0.26 discountinued support to cached_download, which is needed for this chatbot. Reverting to HF_hub 0.25 to avoid errors.
1 parent d92ca82 commit c52f37f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

community/oran-chatbot-multimodal/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ datasets
55
docx2txt
66
faiss-cpu
77
fastapi==0.104.1
8+
huggingface_hub==0.25
89
gspread==6.0.0
910
jupyterlab==4.0.8
1011
langchain==0.2.5
@@ -32,4 +33,4 @@ torch==2.1.2
3233
transformers==4.35.2
3334
unstructured[all-docs]==0.11.2
3435
uvicorn[standard]==0.24.0
35-
wheel
36+
wheel

0 commit comments

Comments
 (0)