Skip to content

Commit bc75149

Browse files
committedMar 13, 2025
lora: increase graph size
1 parent 0b3251a commit bc75149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lora.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "ggml_extend.hpp"
55

6-
#define LORA_GRAPH_SIZE 20480
6+
#define LORA_GRAPH_SIZE 40960
77

88
struct LoraModel : public GGMLRunner {
99
enum lora_t {

0 commit comments

Comments
 (0)
Please sign in to comment.