Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
42e3232b
Commit
42e3232b
authored
Jun 02, 2023
by
Maruyama_Aya
Browse files
roll back
parent
60ec33bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
colossalai/cli/launcher/run.py
colossalai/cli/launcher/run.py
+1
-1
No files found.
colossalai/cli/launcher/run.py
View file @
42e3232b
...
@@ -154,7 +154,7 @@ def get_launch_command(
...
@@ -154,7 +154,7 @@ def get_launch_command(
extra_launch_args
=
dict
()
extra_launch_args
=
dict
()
torch_version
=
version
.
parse
(
torch
.
__version__
)
torch_version
=
version
.
parse
(
torch
.
__version__
)
assert
torch_version
.
major
>
=
1
assert
torch_version
.
major
=
=
1
if
torch_version
.
minor
<
9
:
if
torch_version
.
minor
<
9
:
cmd
=
[
cmd
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment