Skip to content

Commit

Permalink
Updated onnx for CAC (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski authored Jan 30, 2025
1 parent abe508f commit ddbfc33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ai_ref_kits/conversational_ai_chatbot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ llama-index-vector-stores-faiss==0.3.0
langchain-text-splitters==0.3.4
faiss-cpu==1.9.0

# onnx>1.16.1 doesn't work on windows
onnx==1.16.1; platform_system == "Windows"
onnx==1.17.0; platform_system != "Windows"
onnxruntime==1.17.3
onnx==1.17.0
onnxruntime==1.20.1
torch==2.5.1
torchaudio==2.5.1
numpy==1.26.4
Expand Down

0 comments on commit ddbfc33

Please sign in to comment.