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

Commit e471cfa

Browse files
committed
chore: remove unused ignore
Signed-off-by: James <namnh0122@gmail.com>
1 parent e7ef1ac commit e471cfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class ModelsCliUsecases {
9191
type: 'list',
9292
name: 'quantization',
9393
message: 'Select quantization',
94-
// @ts-expect-error "quantization" won't be null
9594
choices: data.siblings
9695
.map((e) => e.quantization)
9796
.filter((e) => e != null),

0 commit comments

Comments
 (0)