We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0be59 commit c1465d7Copy full SHA for c1465d7
1 file changed
source/tests/pt/model/test_descriptor_dpa2.py
@@ -196,5 +196,6 @@ def translate_type_embd_dicts_to_dpa2(
196
target_dict[tk] = type_embd_dict[kk]
197
record[all_keys.index("repinit.compress_data.0")] = True
198
record[all_keys.index("repinit.compress_info.0")] = True
199
+ record[all_keys.index("repinit.type_embd_data")] = True
200
assert all(record)
201
return target_dict
0 commit comments