We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c4d87 commit 2222178Copy full SHA for 2222178
1 file changed
aiu_fms_testing_utils/scripts/save_cpu_data.py
@@ -97,7 +97,7 @@ def process_row(row):
97
max_new_tokens,
98
LogitsExtractorHook(),
99
attn_algorithm="math",
100
- eos_token_id=tokenizer.eos_token_id
+ eos_token_id=tokenizer.eos_token_id,
101
)
102
return {"id": id, "input_ids": input_ids, "validation": cpu_validation_info}
103
0 commit comments