mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 11:59:42 +00:00
fixed lora, now works quanted too
This commit is contained in:
parent
ad2522b319
commit
fe12b1cbd4
3 changed files with 12 additions and 26 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "ggml_extend.hpp"
|
||||
|
||||
#define LORA_GRAPH_SIZE 10240
|
||||
#define LORA_GRAPH_SIZE 20480
|
||||
|
||||
struct LoraModel : public GGMLRunner {
|
||||
enum lora_t {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue