mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-28 15:02:37 +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,
|
||||
tool_prompt_format: ToolPromptFormat = ToolPromptFormat.json,
|
||||
) -> Generator:
|
||||
print("logprobs", logprobs)
|
||||
req_obj = InferenceArgs(
|
||||
messages=deepcopy(messages),
|
||||
temperature=temperature,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue