Skip to content

Commit 605ce3a

Browse files
committed
Remove unimportant warning logs
1 parent 8249b48 commit 605ce3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

prompting/llms/vllm_llm.py

-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ def unload_model(self):
189189
try:
190190
if hasattr(self.model, "llm_engine") and hasattr(self.model.llm_engine, "driver_worker"):
191191
del self.model.llm_engine.driver_worker
192-
else:
193-
logger.warning("Attribute 'driver_worker' not found or accessible during unload")
194192

195193
destroy_model_parallel()
196194
self.model = None

0 commit comments

Comments
 (0)