Unverified Commit 278be671 authored by 罗泽轩's avatar 罗泽轩 Committed by GitHub
Browse files

[Doc] Update model in arch_overview.rst to match comment (#10701)


Signed-off-by: default avatarspacewander <spacewanderlzx@gmail.com>
parent 70dc14fb
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment