mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-18 13:58:07 -04:00
7 lines
174 B
Makefile
7 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
|