Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 7, 2023
1 parent 59dfe11 commit 4ba6736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/modeldiffs/torch2jax_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def key_transform(self, k_transform_fn):
}

def value_transform(self, v_transform_fn):
print(self.flattened_jax_model.keys())
self.pytorch_sd = {
k: v_transform_fn(k, self.pytorch_sd[k], self.flattened_jax_model[k])
for k in self.pytorch_sd
Expand Down

0 comments on commit 4ba6736

Please sign in to comment.