We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205a2c2 commit 022fdccCopy full SHA for 022fdcc
Justfile
@@ -1,7 +1,7 @@
1
set unstable
2
3
env_vars := if os() == "linux" {
4
- "LZMA_API_STATIC=1 LIBTORCH=/usr"
+ "LZMA_API_STATIC=1 LIBTORCH_BYPASS_VERSION_CHECK=1 LIBTORCH=/usr"
5
} else if os() == "macos" {
6
"LZMA_API_STATIC=1 LIBTORCH=/opt/homebrew"
7
} else if os() == "windows" {
0 commit comments