Skip to content

Commit

Permalink
Comment deepreccomender and remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Sep 19, 2024
1 parent 6174edf commit e6072e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions models/turbine_models/custom_models/torchbench/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"mobilenet_v3_large": {
"dim": 256,
},
"nvidia_deeprecommender": {
"dim": 1024,
},
# "nvidia_deeprecommender": {
# "dim": 1024,
# },
"pytorch_unet": {
"dim": 8,
},
Expand Down Expand Up @@ -232,7 +232,6 @@ def forward(self, inp):
getattr(model, prefix).embeddings.position_ids,
persistent=True,
)
breakpoint()
fxb = FxProgramsBuilder(HF_M(model))
@fxb.export_program(args=(forward_args,))
def _forward(module: HF_M(model), inputs):
Expand Down

0 comments on commit e6072e1

Please sign in to comment.