mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-03 12:17:03 +08:00
[Doc] Update model in arch_overview.rst to match comment (#10701)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
70dc14fbd0
commit
278be671a3
@ -42,7 +42,7 @@ Here is a sample of `LLM` class usage:
|
||||
sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
|
||||
|
||||
# Initialize the LLM engine with the OPT-125M model
|
||||
llm = LLM(model="Qwen/Qwen2.5-1.5B-Instruct")
|
||||
llm = LLM(model="facebook/opt-125m")
|
||||
|
||||
# Generate outputs for the input prompts
|
||||
outputs = llm.generate(prompts, sampling_params)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user