We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae45d3 commit 8a1b2ddCopy full SHA for 8a1b2dd
examples/offline_inference/basic/basic.py
@@ -16,7 +16,7 @@
16
17
def main():
18
# Create an LLM.
19
- llm = LLM(model="google/gemma-3-1b-it")
+ llm = LLM(model="facebook/opt-125m")
20
# Generate texts from the prompts.
21
# The output is a list of RequestOutput objects
22
# that contain the prompt, generated text, and other information.
0 commit comments