You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In arm64 ollama/ollama image, there is no avx libraries and seems they are not must-have (#2903, #3891)
COPY --from=ollama /usr/lib/ollama/runners/cpu_avx /usr/lib/ollama/runners/cpu_avx
COPY --from=ollama /usr/lib/ollama/runners/cpu_avx2 /usr/lib/ollama/runners/cpu_avx2
But in ARM build, above two folders are not exist.
In Dockerfile , COPY doesn't support wildcard yet, I don't get folders, but files under destination folder
without AVX runner the performance is going to be crippled as discussed in ollama/ollama#2821
The text was updated successfully, but these errors were encountered: