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
[JIT] Support overriding optimization flags in JIT (#3032)
This PR adds the optimization flags override (`"opt"`) for MLCEngine,
chat and serve when running JIT compilation. Prior to this PR,
the JIT compilation always uses O2 as the optimization flags.
0 commit comments