We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d9f53 commit f7375d0Copy full SHA for f7375d0
prompting/llms/vllm_llm.py
@@ -190,7 +190,7 @@ def unload_model(self):
190
if hasattr(self.model, "llm_engine") and hasattr(self.model.llm_engine, "driver_worker"):
191
del self.model.llm_engine.driver_worker
192
else:
193
- logger.warning("Attribute 'driver_worker' not found or accessible during unload.")
+ logger.warning("Attribute 'driver_worker' not found or accessible during unload")
194
195
destroy_model_parallel()
196
self.model = None
0 commit comments