v1.0
This commit is contained in:
44
model_executor/models/__init__.py
Normal file
44
model_executor/models/__init__.py
Normal file
@@ -0,0 +1,44 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
||||
|
||||
from .interfaces import (
|
||||
HasInnerState,
|
||||
SupportsLoRA,
|
||||
SupportsMRoPE,
|
||||
SupportsMultiModal,
|
||||
SupportsPP,
|
||||
SupportsTranscription,
|
||||
has_inner_state,
|
||||
supports_lora,
|
||||
supports_mrope,
|
||||
supports_multimodal,
|
||||
supports_pp,
|
||||
supports_transcription,
|
||||
)
|
||||
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",
|
||||
]
|
||||
BIN
model_executor/models/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/adapters.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/adapters.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/afmoe.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/afmoe.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/aimv2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/aimv2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/apertus.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/apertus.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/arcee.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/arcee.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/arctic.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/arctic.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/aria.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/aria.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/aya_vision.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/aya_vision.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/baichuan.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/baichuan.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/bailing_moe.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/bailing_moe.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/bamba.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/bamba.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/bee.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/bee.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/bert.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/bert.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/bert_with_rope.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/bert_with_rope.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/blip.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/blip.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/blip2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/blip2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/bloom.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/bloom.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/chameleon.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/chameleon.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/chatglm.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/chatglm.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/clip.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/clip.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/cohere2_vision.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/cohere2_vision.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/commandr.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/commandr.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/config.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/config.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/dbrx.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/dbrx.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/deepencoder.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/deepencoder.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/deepseek_eagle.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/deepseek_eagle.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/deepseek_mtp.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/deepseek_mtp.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/deepseek_ocr.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/deepseek_ocr.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/deepseek_v2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/deepseek_v2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/deepseek_vl2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/deepseek_vl2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/dots1.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/dots1.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/dots_ocr.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/dots_ocr.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/ernie45.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/ernie45.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/ernie45_moe.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/ernie45_moe.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/ernie45_vl.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/ernie45_vl.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/ernie45_vl_moe.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/ernie45_vl_moe.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/ernie_mtp.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/ernie_mtp.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/exaone.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/exaone.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/exaone4.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/exaone4.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/fairseq2_llama.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/fairseq2_llama.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/falcon.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/falcon.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/falcon_h1.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/falcon_h1.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/flex_olmo.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/flex_olmo.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/fuyu.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/fuyu.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gemma.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gemma.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gemma2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gemma2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gemma3.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gemma3.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gemma3_mm.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gemma3_mm.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gemma3n.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gemma3n.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gemma3n_mm.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gemma3n_mm.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/glm.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/glm.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/glm4.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/glm4.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/glm4_1v.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/glm4_1v.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/glm4_moe.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/glm4_moe.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/glm4_moe_mtp.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/glm4_moe_mtp.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/glm4v.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/glm4v.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gpt2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gpt2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gpt_bigcode.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gpt_bigcode.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gpt_j.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gpt_j.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gpt_neox.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gpt_neox.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/gpt_oss.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gpt_oss.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/granite.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/granite.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/granite_speech.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/granite_speech.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/granitemoe.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/granitemoe.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
model_executor/models/__pycache__/gritlm.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/gritlm.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/grok1.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/grok1.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/h2ovl.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/h2ovl.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/hunyuan_v1.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/hunyuan_v1.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
model_executor/models/__pycache__/idefics3.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/idefics3.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/interfaces.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/interfaces.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
model_executor/models/__pycache__/intern_vit.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/intern_vit.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/internlm2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/internlm2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/internlm2_ve.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/internlm2_ve.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/interns1.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/interns1.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/interns1_vit.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/interns1_vit.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/internvl.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/internvl.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/jais.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/jais.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/jamba.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/jamba.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/jina_vl.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/jina_vl.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/keye.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/keye.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/keye_vl1_5.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/keye_vl1_5.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/kimi_linear.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/kimi_linear.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/kimi_vl.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/kimi_vl.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/lfm2.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/lfm2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/lfm2_moe.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/lfm2_moe.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/lightonocr.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/lightonocr.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/llama.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/llama.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/llama4.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/llama4.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/llama4_eagle.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/llama4_eagle.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/llama_eagle.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/llama_eagle.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/llama_eagle3.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/llama_eagle3.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/llava.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/llava.cpython-312.pyc
Normal file
Binary file not shown.
BIN
model_executor/models/__pycache__/llava_next.cpython-312.pyc
Normal file
BIN
model_executor/models/__pycache__/llava_next.cpython-312.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