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
* If Ahead-of-Time (AOT) mode is enabled, attempts to use a pre-loaded compiled model. Otherwise, loads the model from the specified path using the model loader.
75
74
* </p>
76
75
*
77
-
* @param options
78
-
* the parsed CLI options containing model path and max token limit
76
+
* @param options the parsed CLI options containing model path and max token limit
79
77
* @return the loaded {@link Model} instance
80
-
* @throws IOException
81
-
* if the model fails to load
82
-
* @throws IllegalStateException
83
-
* if AOT loading is enabled but the preloaded model is unavailable
78
+
* @throws IOException if the model fails to load
79
+
* @throws IllegalStateException if AOT loading is enabled but the preloaded model is unavailable
0 commit comments