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 404087b commit 2686eb7Copy full SHA for 2686eb7
Justfile
@@ -5,7 +5,7 @@ env_vars := if os() == "linux" {
5
} else if os() == "macos" {
6
"LZMA_API_STATIC=1 LIBTORCH=/opt/homebrew"
7
} else if os() == "windows" {
8
- "$env:LZMA_API_STATIC=1; $env:LIBTORCH=C:/libtorch; "
+ "$env:LZMA_API_STATIC=1; $env:LIBTORCH=\"C:\libtorch\"; "
9
} else {
10
""
11
}
0 commit comments