mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 08:30:01 +00:00
fix
This commit is contained in:
parent
63cf5dda50
commit
b239c57c54
8 changed files with 25 additions and 30 deletions
|
|
@ -135,7 +135,7 @@ class Llama4:
|
|||
if print_model_input:
|
||||
cprint("Input to model:\n", "yellow")
|
||||
for inp in llm_inputs:
|
||||
cprint(self.tokenizer.decode(inp.tokens.tolist()), "grey")
|
||||
cprint(self.tokenizer.decode(inp.tokens), "grey")
|
||||
prompt_tokens = [inp.tokens for inp in llm_inputs]
|
||||
|
||||
bsz = len(llm_inputs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue