Commit dda3c418 authored by myhloli's avatar myhloli
Browse files

fix: log exception when sglang is not installed

parent 5df090a5
......@@ -32,6 +32,7 @@ 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