File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ if dl_info === nothing && unsatisfied
27
27
# If we don't have a compatible .tar.gz to download, complain.
28
28
# Alternatively, you could attempt to install from a separate provider,
29
29
# build from source or something even more ambitious here.
30
- warn ( " Your platform (\" $(Sys. MACHINE) \" , parsed as \" $(triplet (platform_key_abi ())) \" ) is not supported by NNPACK!
31
- You will only be able to use only the default NNlib backend." )
30
+ @ warn " Your platform (\" $(Sys. MACHINE) \" , parsed as \" $(triplet (platform_key_abi ())) \" ) is not supported by NNPACK!
31
+ You will only be able to use only the default NNlib backend."
32
32
end
33
33
34
34
# If we have a download, and we are unsatisfied (or the version we're
You can’t perform that action at this time.
0 commit comments