Skip to content

Commit

Permalink
Fix Minor Issue with distribute argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkboos authored Jul 22, 2024
1 parent 6aa2da2 commit 13555c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fake_quant/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main():



if args.distribute_model:
if args.distribute:
utils.distribute_model(model)
else:
model.to(utils.DEV)
Expand All @@ -169,4 +169,4 @@ def main():


if __name__ == '__main__':
main()
main()

0 comments on commit 13555c7

Please sign in to comment.