mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
Merge branch 'dev' of github.com:m5stack/StackFlow into dev
This commit is contained in:
@@ -34,8 +34,8 @@ static_file = Glob('../static_lib/module-llm/libabsl_*')
|
||||
static_file += [AFile('../static_lib/module-llm/libre2.a'), AFile('../static_lib/module-llm/libsentencepiece.a'), AFile('../static_lib/module-llm/libsentencepiece_train.a')]
|
||||
STATIC_LIB += static_file * 4
|
||||
|
||||
STATIC_FILES += Glob('tokenizer_*.py')
|
||||
STATIC_FILES += Glob('mode_*.json')
|
||||
STATIC_FILES += Glob('scripts/tokenizer_*.py')
|
||||
STATIC_FILES += Glob('models/mode_*.json')
|
||||
|
||||
env['COMPONENTS'].append({'target':'llm_llm',
|
||||
'SRCS':SRCS,
|
||||
|
||||
Reference in New Issue
Block a user