Commit 3ac969ce authored by myhloli's avatar myhloli
Browse files

fix: remove exception logging for missing sglang dependency

parent dda3c418
......@@ -32,7 +32,6 @@ try:
engine_loaded = True
except Exception as e:
logger.exception(e)
logger.warning("sglang is not installed. If you are not using sglang, you can ignore this warning.")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment