mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +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:
@@ -96,8 +96,6 @@ import (
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
var CpuFeatures = ""
|
||||
|
||||
func BackendInit() {
|
||||
C.llama_backend_init()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user