Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 262d836

Browse files
committed
chore: get latest onnx
1 parent 18cfb0b commit 262d836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/infrastructure/commanders/usecases/init.cli.usecases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class InitCliUsecases {
301301
* @param engineFileName
302302
*/
303303
async installONNXEngine(
304-
version: string = 'v0.1.1',
304+
version: string = 'latest',
305305
engineFileName: string = 'windows-amd64',
306306
) {
307307
const res = await firstValueFrom(

0 commit comments

Comments
 (0)