Skip to content

Commit 8a1b2dd

Browse files
Update examples/offline_inference/basic/basic.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bae45d3 commit 8a1b2dd

File tree

1 file changed

+1
-1
lines changed
  • examples/offline_inference/basic

1 file changed

+1
-1
lines changed

examples/offline_inference/basic/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def main():
1818
# Create an LLM.
19-
llm = LLM(model="google/gemma-3-1b-it")
19+
llm = LLM(model="facebook/opt-125m")
2020
# Generate texts from the prompts.
2121
# The output is a list of RequestOutput objects
2222
# that contain the prompt, generated text, and other information.

0 commit comments

Comments
 (0)