Skip to content

Commit

Permalink
Fix cuda utils
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Oct 11, 2024
1 parent 3a8816f commit 5b127b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/cuda_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def check_torch_nightly_version(force_date: Optional[str] = None):


if __name__ == "__main__":
import argparse
parser = argparse.ArgumentParser()
parser.add_argument(
"--cudaver",
Expand Down

0 comments on commit 5b127b1

Please sign in to comment.