mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
can build llama server now
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "ui.h"
|
||||
|
||||
const llama_ui_asset * llama_ui_find_asset(const std::string &) {
|
||||
return nullptr;
|
||||
}
|
||||
const std::array<llama_ui_asset, 0> & llama_ui_get_assets() {
|
||||
static const std::array<llama_ui_asset, 0> empty{};
|
||||
return empty;
|
||||
}
|
||||
bool llama_ui_use_gzip() { return false; }
|
||||
Reference in New Issue
Block a user