You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ejhg osx arm64 lib fix (#21)
* Increase libtorch version to 2.4.0 and use libtorch for osx-arm64
- libtorch requires libomp.dylib, but it is only included with libtorch 2.4.0 and above
- compiling osx-arm64 against libtorch-macos-arm64 instead of conda py3.10 libraries source significantly improves performance (~6X on M2 Macbook Air)
* Clean up references to unused conda LibTorchArchiveSource conditions
* Update SHA hashes for libtorch 2.4.0 on Windows and Linux
* Update distribution filenames
* Set BuildLibTorchPackages to true to build artifacts in CI
* Pin mac-x64 target against latest libtorch 2.2.2
* Specify TargetOS to fix failing CI build
* Revert "Specify TargetOS to fix failing CI build"
This reverts commit bf723f5.
* Specify TargetOS to fix failing CI build for mac-x64
---------
Co-authored-by: Eugenio De Hoyos <[email protected]>
* Starting upgrade to 2.4.0
* Disable MacOS ARM64 builds
* Fixed CI/CD script
* Fixed file paths in project file.
* Another file path fix.
---------
Co-authored-by: Eugenio De Hoyos <[email protected]>
0 commit comments