Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins committed Sep 11, 2023
1 parent 84c5e02 commit c534736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sparseml/pytorch/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,8 @@ def download_framework_model_by_recipe_type(
if model_recipe_name is not None:
model_recipe_name = model_recipe_name[0]
recipe_name = recipe_name or (model_recipe_name)
print("RECIPE NAME: {} SUFFIX: {}".format(recipe_name, model_suffix))
print("FILES: {}".format(zoo_model.training.files))

framework_model = None
if recipe_name and "transfer" in recipe_name.lower():
Expand Down

0 comments on commit c534736

Please sign in to comment.