Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xueqing Wu committed Jun 25, 2024
1 parent 13135b7 commit 6b29a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdebugger/infer_refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def parse(code):

@torch.no_grad()
def main(args):
if os.path.exists(args.model):
if os.path.exists(args.refine):
output_fname = os.path.join(args.refine, args.output_fname)
assert not os.path.exists(output_fname)
print("Dump to", output_fname)
Expand Down

0 comments on commit 6b29a11

Please sign in to comment.