mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 08:17:03 +00:00
Remove unused runner CpuFeatures (#8032)
The final implementation of #7499 removed dynamic vector requirements in favor of a simpler filename based model, and this was left over logic that is no longer needed.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
include make/common-defs.make
|
||||
|
||||
CPU_GOFLAGS="-ldflags=-w -s \"-X=github.com/ollama/ollama/version.Version=$(VERSION)\" \"-X=github.com/ollama/ollama/llama.CpuFeatures=$(subst $(space),$(comma),$(TARGET_CPU_FLAGS))\" $(TARGET_LDFLAGS)"
|
||||
CPU_GOFLAGS="-ldflags=-w -s \"-X=github.com/ollama/ollama/version.Version=$(VERSION)\" $(TARGET_LDFLAGS)"
|
||||
ifeq ($(ARCH),amd64)
|
||||
ifeq ($(origin CUSTOM_CPU_FLAGS),undefined)
|
||||
RUNNERS = cpu_avx cpu_avx2
|
||||
|
||||
Reference in New Issue
Block a user