mirror of
https://github.com/wassname/vllm.git
synced 2026-08-12 12:30:29 +08:00
[Model] FalconMamba Support (#9325)
This commit is contained in:
@@ -10,7 +10,7 @@ from vllm.worker.model_runner import _get_graph_batch_size
|
||||
|
||||
from ...utils import check_outputs_equal
|
||||
|
||||
MODELS = ["state-spaces/mamba-130m-hf"]
|
||||
MODELS = ["state-spaces/mamba-130m-hf", "tiiuae/falcon-mamba-tiny-dev"]
|
||||
|
||||
|
||||
# Use lower-level interfaces to create this greedy generator, as mamba will
|
||||
|
||||
Reference in New Issue
Block a user