[claudesquad] update from 'add-llama-1' on 10 Jan 26 21:03 CST
This commit is contained in:
9
nanovllm/models/__init__.py
Normal file
9
nanovllm/models/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Model registry and model implementations."""
|
||||
|
||||
from nanovllm.models.registry import register_model, get_model_class, MODEL_REGISTRY
|
||||
|
||||
# Import models to trigger registration
|
||||
from nanovllm.models import qwen3
|
||||
from nanovllm.models import llama
|
||||
|
||||
__all__ = ["register_model", "get_model_class", "MODEL_REGISTRY"]
|
||||
Reference in New Issue
Block a user