mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
fixup
This commit is contained in:
parent
0deeb4abec
commit
d6924327ce
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ class LlamaModelParallelGenerator:
|
||||||
logprobs: bool = False,
|
logprobs: bool = False,
|
||||||
tool_prompt_format: ToolPromptFormat = ToolPromptFormat.json,
|
tool_prompt_format: ToolPromptFormat = ToolPromptFormat.json,
|
||||||
) -> Generator:
|
) -> Generator:
|
||||||
print("logprobs", logprobs)
|
|
||||||
req_obj = InferenceArgs(
|
req_obj = InferenceArgs(
|
||||||
messages=deepcopy(messages),
|
messages=deepcopy(messages),
|
||||||
temperature=temperature,
|
temperature=temperature,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue