File tree Expand file tree Collapse file tree
packages/shared/src/local-inference
plugins/plugin-aosp-local-inference/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ export interface LocalRuntimeAcceleration {
275275 /** Catalog id of the hidden drafter GGUF companion. */
276276 drafterModelId : string ;
277277 specType : "dflash" ;
278- /** llama-server context for the target model. */
279- contextSize : number ;
278+ /** llama-server context for the target model. */
279+ contextSize : number ;
280280 /** llama-server context for the drafter. */
281281 draftContextSize : number ;
282282 /** Default draft range passed to llama-server. */
Original file line number Diff line number Diff line change @@ -1329,6 +1329,7 @@ function wrapKokoroWebOrtModule(
13291329export async function loadAospKokoroOrt ( ) : ReturnType < AospKokoroOrtLoader > {
13301330 const spec = process . env . ELIZA_AOSP_KOKORO_ORT_MODULE ?. trim ( ) ;
13311331 if ( ! spec || spec === DEFAULT_AOSP_KOKORO_ORT_MODULE ) {
1332+ // @ts -expect-error onnxruntime-web exposes this runtime subpath without bundled declarations.
13321333 const mod = await import ( "onnxruntime-web/wasm" ) ;
13331334 return wrapKokoroWebOrtModule ( mod ) ;
13341335 }
You can’t perform that action at this time.
0 commit comments