Revert "remove cuda v11 (#10569)" (#10692)

Bring back v11 until we can better warn users that their driver
is too old.

This reverts commit fa393554b9.
This commit is contained in:
Daniel Hiltgen
2025-05-13 13:12:54 -07:00
committed by GitHub
parent 4b903f088a
commit c6bcdc4223
11 changed files with 58 additions and 11 deletions

View File

@@ -10,7 +10,9 @@ OLLAMA_COMMON_BUILD_ARGS="--build-arg=VERSION \
--build-arg=GOFLAGS \
--build-arg=OLLAMA_CUSTOM_CPU_DEFS \
--build-arg=OLLAMA_SKIP_CUDA_GENERATE \
--build-arg=OLLAMA_SKIP_CUDA_11_GENERATE \
--build-arg=OLLAMA_SKIP_CUDA_12_GENERATE \
--build-arg=CUDA_V11_ARCHITECTURES \
--build-arg=CUDA_V12_ARCHITECTURES \
--build-arg=OLLAMA_SKIP_ROCM_GENERATE \
--build-arg=OLLAMA_FAST_BUILD \