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 4069986 commit d0e9775Copy full SHA for d0e9775
src/NNlib.jl
@@ -13,7 +13,7 @@ else
13
@warn "NNPACK not available for your platform: " *
14
"$( Pkg.BinaryPlatforms.platform_name(Pkg.BinaryPlatforms.platform_key_abi()))" *
15
"($( Pkg.BinaryPlatforms.triplet(Pkg.BinaryPlatforms.platform_key_abi())))
16
- You will only be able to use only the default Julia NNlib backend"
+ You will be able to use only the default Julia NNlib backend"
17
is_nnpack_available() = false
18
end
19
0 commit comments