Commit 46503c35 authored by Maruyama_Aya's avatar Maruyama_Aya
Browse files

Modify torch version requirement to adapt torch 2.0

parent 281b33f3
......@@ -154,7 +154,7 @@ def get_launch_command(
extra_launch_args = dict()
torch_version = version.parse(torch.__version__)
assert torch_version.major == 1
assert torch_version.major >= 1
if torch_version.minor < 9:
cmd = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment