diff --git a/src/llm_chat.ts b/src/llm_chat.ts index 12923a6d..a9f5c086 100644 --- a/src/llm_chat.ts +++ b/src/llm_chat.ts @@ -599,9 +599,6 @@ export class LLMChatPipeline { const tstart = performance.now(); this.tvm.beginScope(); - const inputData = this.tvm.empty([1], "int32", this.device); - inputData.copyFrom(this.outputIds.slice(this.outputIds.length - 1)); - const chunk: Array> = [ this.outputIds.slice(this.outputIds.length - 1), ];