Skip to content

Commit

Permalink
chore: Added libtorch
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayr.joachim committed Feb 3, 2025
1 parent d695c3e commit 82f1771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
sudo conan upload sleef/3.6.1 -r=imageclibs
- name: Add gemmlowp
if: true
if: false
run: |
sudo conan export -r=imageclibs --version=cci.20210928 recipes/gemmlowp/all
sudo conan upload gemmlowp/cci.20210928 -r=imageclibs
Expand Down
4 changes: 1 addition & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ def requirements(self):
self.requires("rapidyaml/0.7.1")
self.requires("tensorflow-lite/2.15.0")
self.requires("onnxruntime/1.18.1")
if self.settings.os != "Windows":
self.requires("libtorch/2.4.0")

self.requires("libtorch/2.4.0") # Not supported for MinGW
self.requires("flatbuffers/23.5.26", override=True)
self.requires("protobuf/3.21.12", override=True)
self.requires("xkbcommon/1.6.0", override=True)
Expand Down

0 comments on commit 82f1771

Please sign in to comment.