Skip to content

Commit

Permalink
chore: Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
joda01 committed Feb 4, 2025
1 parent 99ba864 commit 36c56d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
sudo conan upload gemmlowp/cci.20210928 -r=imageclibs
- name: Add lib torch
if: false
if: true
run: |
sudo conan export -r=imageclibs --version=2.4.0 recipes/libtorch/all
sudo conan upload libtorch/2.4.0 -r=imageclibs
Expand Down
2 changes: 1 addition & 1 deletion recipes/libtorch/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def _pybind():
## (conan generators put exelinkflags/sharedlinkflags after system/external libs)
self.cpp_info.components["torch_cpu"].requires.append("torch_cpu_link_order_workaround")
self.cpp_info.components["torch_cpu_link_order_workaround"].requires.extend(
["_headers", "c10", "eigen::eigen", "fmt::fmt", "foxi::foxi","libbacktrace::libbacktrace"] +
["_headers", "c10", "eigen::eigen", "fmt::fmt", "foxi::foxi"] +
_fbgemm() + _sleef() + _onednn() + _protobuf() + _fbgemm() + _kineto() + _openblas() + _lapack() +
_vulkan() + _opencl() + _openmp() + _nnpack() + _xnnpack() + _qnnpack() + _itt() + _fp16() + _pybind()
)
Expand Down

0 comments on commit 36c56d0

Please sign in to comment.