We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a78d0 commit 352b28dCopy full SHA for 352b28d
metaflow_extensions/torchrun/plugins/torchrun_libs/executor.py
@@ -90,7 +90,7 @@ def _exec_cmd(
90
cmd.append(entrypoint)
91
else:
92
raise MetaflowException(
93
- "current.deepspeed.run(..., entrypoint=<SCRIPT>, ...) arg must be specified."
+ "current.torchrun.run(..., entrypoint=<SCRIPT>, ...) arg must be specified."
94
)
95
if entrypoint_args is not None and isinstance(entrypoint_args, dict):
96
cmd.extend(_dict_to_args(entrypoint_args))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_namespace_packages
2
3
-version = "0.0.7"
+version = "0.0.8"
4
5
setup(
6
name="metaflow-torchrun",
0 commit comments