[VLM] Add Nemotron-Nano-VL-8B-V1 support (#20349)

Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
This commit is contained in:
kYLe
2025-07-17 05:07:55 -05:00
committed by GitHub
parent 5a7fb3ab9e
commit 4ef00b5cac
11 changed files with 701 additions and 3 deletions

View File

@@ -202,4 +202,4 @@ class NemotronConfig(PretrainedConfig):
rope_scaling_factor, float) or rope_scaling_factor <= 1.0:
raise ValueError(
"`rope_scaling`'s factor field must be a float > 1, got "
f"{rope_scaling_factor}")
f"{rope_scaling_factor}")