update
This commit is contained in:
44
vllm_old/model_executor/models/__init__.py
Normal file
44
vllm_old/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",
|
||||
]
|
||||
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/afmoe.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/afmoe.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/aimv2.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/aimv2.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/arcee.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/arcee.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/aria.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/aria.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/bamba.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/bamba.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/bee.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/bee.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/bert.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/bert.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/blip.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/blip.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/blip2.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/blip2.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/bloom.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/bloom.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/clip.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/clip.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/dbrx.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/dbrx.cpython-312.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.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/dots1.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/dots1.cpython-312.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.
Binary file not shown.
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_old/model_executor/models/__pycache__/fuyu.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/fuyu.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/gemma.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/gemma.cpython-312.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_old/model_executor/models/__pycache__/glm.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/glm.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/glm4.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/glm4.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/glm4v.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/glm4v.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/gpt2.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/gpt2.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/gpt_j.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/gpt_j.cpython-312.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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/grok1.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/grok1.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/h2ovl.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/h2ovl.cpython-312.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.
Binary file not shown.
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_old/model_executor/models/__pycache__/jais.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/jais.cpython-312.pyc
Normal file
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/jamba.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/jamba.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/keye.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/keye.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/lfm2.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/lfm2.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vllm_old/model_executor/models/__pycache__/llama.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/llama.cpython-312.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_old/model_executor/models/__pycache__/llava.cpython-312.pyc
Normal file
BIN
vllm_old/model_executor/models/__pycache__/llava.cpython-312.pyc
Normal file
Binary file not shown.
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