Skip to content

Commit 9e4eafa

Browse files
committed
actually put the metadata keys in the return to convert_model, not that I think they are in the right spot
1 parent 62f379b commit 9e4eafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/model_converter/no_pickle_fake_torch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def examine_pickle(fb0):
7777

7878
assign_instructions.integrate(load_instructions)
7979

80-
#return assign_instructions.integrated_instructions, assign_instructions.special_instructions
81-
return assign_instructions.integrated_instructions, {}
80+
return assign_instructions.integrated_instructions, assign_instructions.special_instructions
81+
#return assign_instructions.integrated_instructions, {}
8282

8383
class AssignInstructions:
8484
def __init__(self):

0 commit comments

Comments
 (0)