Skip to content

Commit

Permalink
feat(example): add heat up time output
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Dec 19, 2023
1 parent 5df8f59 commit f229662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export default function App() {
addSystemMessage('Heat up time is too long, please try again.')
return
}
addSystemMessage(`Heat up time: ${tHeat}ms`)

addSystemMessage('Benchmarking the model...')
const result = await context.bench(512, 128, 1, 3)
Expand Down

0 comments on commit f229662

Please sign in to comment.