[update] move the main_vlm model config file

This commit is contained in:
LittleMouse
2025-03-20 17:11:57 +08:00
parent 9a2d3384c7
commit d5eb3c1969
5 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ static_file += [AFile('../static_lib/libopencv-4.6-aarch64-none/lib/libtegra_hal
static_file += [AFile('../static_lib/libopencv-4.6-aarch64-none/lib/libzlib.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_vlm',
'SRCS':SRCS,