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:
Daniel Hiltgen 2024-12-10 12:59:39 -08:00 committed by GitHub
parent abfdc4710f
commit b9ccb3741e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 5 deletions

View file

@ -96,8 +96,6 @@ import (
"unsafe"
)
var CpuFeatures = ""
func BackendInit() {
C.llama_backend_init()
}