Skip to content

Commit 6027fa2

Browse files
committed
Update error message to include installation command for Ray dependency
1 parent ae31366 commit 6027fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fusion_bench/method/dop/dop_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def run(self, modelpool: BaseModelPool):
152152
)
153153
else:
154154
raise ImportError(
155-
"Ray is not installed. Please install ray to use this feature."
155+
"Ray is not installed. Please install ray to use this feature. Install with `pip install 'ray[default]'`."
156156
)
157157

158158
model_names = modelpool.model_names

0 commit comments

Comments
 (0)