Skip to content

Commit

Permalink
Trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFRuan committed Sep 23, 2024
1 parent 576a5c7 commit 453f9c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/llm_chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Array<number>> = [
this.outputIds.slice(this.outputIds.length - 1),
];
Expand Down

0 comments on commit 453f9c9

Please sign in to comment.