Skip to content

Commit ed298b6

Browse files
committed
Merge branch 'dev' of github.com:m5stack/StackFlow into dev
2 parents b0357d0 + 9b5b4bf commit ed298b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/llm_framework/main_llm/SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ static_file = Glob('../static_lib/module-llm/libabsl_*')
3434
static_file += [AFile('../static_lib/module-llm/libre2.a'), AFile('../static_lib/module-llm/libsentencepiece.a'), AFile('../static_lib/module-llm/libsentencepiece_train.a')]
3535
STATIC_LIB += static_file * 4
3636

37-
STATIC_FILES += Glob('tokenizer_*.py')
38-
STATIC_FILES += Glob('mode_*.json')
37+
STATIC_FILES += Glob('scripts/tokenizer_*.py')
38+
STATIC_FILES += Glob('models/mode_*.json')
3939

4040
env['COMPONENTS'].append({'target':'llm_llm',
4141
'SRCS':SRCS,

0 commit comments

Comments
 (0)