Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
stduhpf committed Dec 11, 2024
1 parent f17c9f5 commit 486d42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lora.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define LORA_GRAPH_SIZE 10240

struct LoraModel : public GGMLRunner {
static enum lora_t {
enum lora_t {
REGULAR = 0,
DIFFUSERS = 1,
DIFFUSERS_2 = 2,
Expand Down

0 comments on commit 486d42c

Please sign in to comment.