first commit
This commit is contained in:
33
vllm/model_executor/models/__init__.py
Normal file
33
vllm/model_executor/models/__init__.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
||||
|
||||
from .interfaces import (HasInnerState, SupportsLoRA, SupportsMRoPE,
|
||||
SupportsMultiModal, SupportsPP, SupportsTranscription,
|
||||
SupportsV0Only, has_inner_state, supports_lora,
|
||||
supports_mrope, supports_multimodal, supports_pp,
|
||||
supports_transcription, supports_v0_only)
|
||||
from .interfaces_base import (VllmModelForPooling, VllmModelForTextGeneration,
|
||||
is_pooling_model, is_text_generation_model)
|
||||
from .registry import ModelRegistry
|
||||
|
||||
__all__ = [
|
||||
"ModelRegistry",
|
||||
"VllmModelForPooling",
|
||||
"is_pooling_model",
|
||||
"VllmModelForTextGeneration",
|
||||
"is_text_generation_model",
|
||||
"HasInnerState",
|
||||
"has_inner_state",
|
||||
"SupportsLoRA",
|
||||
"supports_lora",
|
||||
"SupportsMultiModal",
|
||||
"supports_multimodal",
|
||||
"SupportsMRoPE",
|
||||
"supports_mrope",
|
||||
"SupportsPP",
|
||||
"supports_pp",
|
||||
"SupportsTranscription",
|
||||
"supports_transcription",
|
||||
"SupportsV0Only",
|
||||
"supports_v0_only",
|
||||
]
|
||||
BIN
vllm/model_executor/models/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/adapters.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/adapters.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/aimv2.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/aimv2.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/apertus.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/apertus.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/arcee.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/arcee.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/arctic.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/arctic.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/aria.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/aria.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/baichuan.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/baichuan.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/bamba.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/bamba.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/bert.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/bert.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/blip.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/blip.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/blip2.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/blip2.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/bloom.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/bloom.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/chameleon.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/chameleon.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/chatglm.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/chatglm.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/clip.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/clip.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/commandr.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/commandr.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/config.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/config.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/dbrx.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/dbrx.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/deepseek.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/deepseek.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/dots1.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/dots1.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/dots_ocr.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/dots_ocr.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/ernie45.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/ernie45.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/ernie_mtp.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/ernie_mtp.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/exaone.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/exaone.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/exaone4.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/exaone4.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/falcon.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/falcon.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/falcon_h1.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/falcon_h1.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/fuyu.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/fuyu.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gemma.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gemma.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gemma2.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gemma2.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gemma3.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gemma3.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gemma3_mm.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gemma3_mm.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gemma3n.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gemma3n.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/glm.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/glm.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/glm4.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/glm4.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/glm4_1v.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/glm4_1v.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/glm4_moe.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/glm4_moe.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/glm4v.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/glm4v.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gpt2.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gpt2.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gpt_j.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gpt_j.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gpt_neox.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gpt_neox.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gpt_oss.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gpt_oss.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/granite.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/granite.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/gritlm.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/gritlm.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/grok1.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/grok1.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/h2ovl.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/h2ovl.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/idefics3.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/idefics3.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/internlm2.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/internlm2.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/interns1.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/interns1.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/internvl.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/internvl.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/jais.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/jais.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/jamba.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/jamba.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/jina_vl.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/jina_vl.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/keye.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/keye.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/kimi_vl.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/kimi_vl.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/lfm2.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/lfm2.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/llama.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/llama.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/llama4.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/llama4.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/llava.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/llava.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/mamba.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/mamba.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/mamba2.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/mamba2.cpython-310.pyc
Normal file
Binary file not shown.
BIN
vllm/model_executor/models/__pycache__/medusa.cpython-310.pyc
Normal file
BIN
vllm/model_executor/models/__pycache__/medusa.cpython-310.pyc
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user