We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae31366 commit 6027fa2Copy full SHA for 6027fa2
fusion_bench/method/dop/dop_general.py
@@ -152,7 +152,7 @@ def run(self, modelpool: BaseModelPool):
152
)
153
else:
154
raise ImportError(
155
- "Ray is not installed. Please install ray to use this feature."
+ "Ray is not installed. Please install ray to use this feature. Install with `pip install 'ray[default]'`."
156
157
158
model_names = modelpool.model_names
0 commit comments