Skip to content

Commit 486d42c

Browse files
committed
Fix linux build
1 parent f17c9f5 commit 486d42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lora.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define LORA_GRAPH_SIZE 10240
77

88
struct LoraModel : public GGMLRunner {
9-
static enum lora_t {
9+
enum lora_t {
1010
REGULAR = 0,
1111
DIFFUSERS = 1,
1212
DIFFUSERS_2 = 2,

0 commit comments

Comments
 (0)