TransMLA-base
Collection
Base Model for TransMLA
•
7 items
•
Updated
To serve the model using vLLM, use the following command:
# from [github repo](https://github.com/MuLabPKU/TransMLA)
import transmla.vllm_registry.deepseek
from vllm import LLM, SamplingParams
llm = LLM(model="fxmeng/TransMLA-llama3-8b-32k", trust_remote_code=True)
Base model
meta-llama/Meta-Llama-3-8B