Files
enginex-mlu370-vllm/vllm-v0.6.2/vllm/transformers_utils/configs/nvlm_d.py

13 lines
419 B
Python
Raw Normal View History

2026-02-04 17:22:39 +08:00
# Adapted from
# https://huggingface.co/nvidia/NVLM-D-72B/blob/main/configuration_nvlm_d.py
# --------------------------------------------------------
# NVLM-D
# Copyright (c) 2024 NVIDIA
# Licensed under Apache 2.0 License [see LICENSE for details]
# --------------------------------------------------------
from .internvl import InternVLChatConfig
class NVLM_D_Config(InternVLChatConfig):
model_type = 'NVLM_D'