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 d10758d commit f1b3360Copy full SHA for f1b3360
examples/logits/logits.py
@@ -7,7 +7,7 @@
7
model="Meta-Llama-3.1-8B-Instruct",
8
prompt="Where is the capital of Canada?",
9
max_tokens=1,
10
- logprobs=32000, # Set to model vocab size to get logits
+ logprobs=128256, # Set to model vocab size to get logits
11
)
12
13
print(completion.choices[0].logprobs)
0 commit comments