File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +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
- error (" Your platform (\" $(Sys. MACHINE) \" , parsed as \" $(triplet (platform_key_abi ())) \" ) is not supported by this package!" )
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."
31
32
end
32
33
33
34
# If we have a download, and we are unsatisfied (or the version we're
@@ -38,4 +39,4 @@ if unsatisfied || !isinstalled(dl_info...; prefix=prefix)
38
39
end
39
40
40
41
# Write out a deps.jl file that will contain mappings for our products
41
- write_deps_file (joinpath (@__DIR__ , " deps.jl" ), products, verbose= verbose)
42
+ write_deps_file (joinpath (@__DIR__ , " deps.jl" ), products, verbose= verbose)
You can’t perform that action at this time.
0 commit comments