Skip to content

Commit 4ccfcf9

Browse files
committed
fix ut
1 parent 983e7f1 commit 4ccfcf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnx_diagnostic/torch_models/untrained/llm_phi2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def get_phi2(
5353
"transformers_version": "4.37.0",
5454
"use_cache": True,
5555
"vocab_size": 51200,
56+
"pad_token_id": 0,
5657
}
5758
config.update(**kwargs)
5859
conf = transformers.PhiConfig(**config)

0 commit comments

Comments
 (0)