From d5eb3c196956ca45dce9492fe5cdace21cc20d49 Mon Sep 17 00:00:00 2001 From: LittleMouse Date: Thu, 20 Mar 2025 17:11:57 +0800 Subject: [PATCH] [update] move the main_vlm model config file --- projects/llm_framework/main_vlm/SConstruct | 4 ++-- .../main_vlm/{ => models}/mode_internvl2-1B-ax630c.json | 0 .../main_vlm/{ => models}/mode_internvl2.5-1B-ax630c.json | 0 .../main_vlm/{ => scripts}/tokenizer_internvl2-1B-ax630c.py | 0 .../main_vlm/{ => scripts}/tokenizer_internvl2.5-1B-ax630c.py | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename projects/llm_framework/main_vlm/{ => models}/mode_internvl2-1B-ax630c.json (100%) rename projects/llm_framework/main_vlm/{ => models}/mode_internvl2.5-1B-ax630c.json (100%) rename projects/llm_framework/main_vlm/{ => scripts}/tokenizer_internvl2-1B-ax630c.py (100%) rename projects/llm_framework/main_vlm/{ => scripts}/tokenizer_internvl2.5-1B-ax630c.py (100%) diff --git a/projects/llm_framework/main_vlm/SConstruct b/projects/llm_framework/main_vlm/SConstruct index cfb82ea..3153957 100644 --- a/projects/llm_framework/main_vlm/SConstruct +++ b/projects/llm_framework/main_vlm/SConstruct @@ -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, diff --git a/projects/llm_framework/main_vlm/mode_internvl2-1B-ax630c.json b/projects/llm_framework/main_vlm/models/mode_internvl2-1B-ax630c.json similarity index 100% rename from projects/llm_framework/main_vlm/mode_internvl2-1B-ax630c.json rename to projects/llm_framework/main_vlm/models/mode_internvl2-1B-ax630c.json diff --git a/projects/llm_framework/main_vlm/mode_internvl2.5-1B-ax630c.json b/projects/llm_framework/main_vlm/models/mode_internvl2.5-1B-ax630c.json similarity index 100% rename from projects/llm_framework/main_vlm/mode_internvl2.5-1B-ax630c.json rename to projects/llm_framework/main_vlm/models/mode_internvl2.5-1B-ax630c.json diff --git a/projects/llm_framework/main_vlm/tokenizer_internvl2-1B-ax630c.py b/projects/llm_framework/main_vlm/scripts/tokenizer_internvl2-1B-ax630c.py similarity index 100% rename from projects/llm_framework/main_vlm/tokenizer_internvl2-1B-ax630c.py rename to projects/llm_framework/main_vlm/scripts/tokenizer_internvl2-1B-ax630c.py diff --git a/projects/llm_framework/main_vlm/tokenizer_internvl2.5-1B-ax630c.py b/projects/llm_framework/main_vlm/scripts/tokenizer_internvl2.5-1B-ax630c.py similarity index 100% rename from projects/llm_framework/main_vlm/tokenizer_internvl2.5-1B-ax630c.py rename to projects/llm_framework/main_vlm/scripts/tokenizer_internvl2.5-1B-ax630c.py