mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-28 19:13:49 -04:00
feat: Add Kokoros backend (#9212)
Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
committed by
GitHub
parent
b7247fc148
commit
ea6e850809
@@ -21,6 +21,9 @@ function inferBackendPath(item) {
|
||||
if (item.dockerfile.endsWith("golang")) {
|
||||
return `backend/go/${item.backend}/`;
|
||||
}
|
||||
if (item.dockerfile.endsWith("rust")) {
|
||||
return `backend/rust/${item.backend}/`;
|
||||
}
|
||||
if (item.dockerfile.endsWith("llama-cpp")) {
|
||||
return `backend/cpp/llama-cpp/`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user