Skip to content

Commit

Permalink
[Doc] Update model in arch_overview.rst to match comment
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Nov 27, 2024
1 parent e225110 commit c403c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/design/arch_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c403c97

Please sign in to comment.