Skip to content

Commit

Permalink
Fix arm build (#13608)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Sep 7, 2024
1 parent d6b16a7 commit 17901fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/main/requirements-wheels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ ws4py == 0.5.*
unidecode == 1.3.*
# OpenVino & ONNX
openvino == 2024.1.*
onnxruntime-openvino == 1.18.*
onnxruntime-openvino == 1.18.* ; platform_machine == 'x86_64'
onnxruntime == 1.18.* ; platform_machine == 'aarch64'
# Embeddings
onnx_clip == 4.0.*
chromadb == 0.5.0
Expand Down

0 comments on commit 17901fc

Please sign in to comment.