mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
6 lines
174 B
Makefile
6 lines
174 B
Makefile
LLAMA_VERSION?=master
|
|
LLAMA_REPO?=https://github.com/TheTom/llama-cpp-turboquant
|
|
BACKEND_NAME?=llama-cpp-tq
|
|
SHARED_DIR?=$(CURDIR)/../llama-cpp
|
|
|
|
include ../llama-cpp/Makefile
|