Skip to content

Commit

Permalink
chore: get latest onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Jun 18, 2024
1 parent 18cfb0b commit 262d836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export class InitCliUsecases {
* @param engineFileName
*/
async installONNXEngine(
version: string = 'v0.1.1',
version: string = 'latest',
engineFileName: string = 'windows-amd64',
) {
const res = await firstValueFrom(
Expand Down

0 comments on commit 262d836

Please sign in to comment.