Skip to content

Commit d0e9775

Browse files
Update src/NNlib.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 4069986 commit d0e9775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NNlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
@warn "NNPACK not available for your platform: " *
1414
"$( Pkg.BinaryPlatforms.platform_name(Pkg.BinaryPlatforms.platform_key_abi()))" *
1515
"($( Pkg.BinaryPlatforms.triplet(Pkg.BinaryPlatforms.platform_key_abi())))
16-
You will only be able to use only the default Julia NNlib backend"
16+
You will be able to use only the default Julia NNlib backend"
1717
is_nnpack_available() = false
1818
end
1919

0 commit comments

Comments
 (0)