Skip to content

Commit

Permalink
chore(ts): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Dec 20, 2023
1 parent 9df745c commit c9f9adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export class LlamaContext {

async bench(pp: number, tg: number, pl: number, nr: number): Promise<BenchResult> {
const result = await RNLlama.bench(this.id, pp, tg, pl, nr)
console.log(result)
const [
modelDesc,
modelSize,
Expand Down

0 comments on commit c9f9adf

Please sign in to comment.