You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python] Skip termination when engine is not initialized (#3040)
This PR skips the MLCEngine termination when the engine is
not initialized at all (e.g., failed during JIT compilation).
Previously there will be an extra error message saying
`'MLCEngine' object has no attribute '_ffi'` which is confusing
and misleading. Skipping the termination can eliminate this error
message.
0 commit comments