Skip to content

Commit

Permalink
FIX: fix model weight path
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Jul 21, 2024
1 parent cf848b5 commit 0b957e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barstools/src/barstools/templates/model.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


// load the weight data block from the model.bin file
INCLUDE_FILE(".rodata", "../model.bin", model_weight);
INCLUDE_FILE(".rodata", "./model.bin", model_weight);
extern uint8_t model_weight_data[];
extern size_t model_weight_start[];
extern size_t model_weight_end[];
Expand Down

0 comments on commit 0b957e6

Please sign in to comment.