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

Commit 9e95b45

Browse files
authored
Merge pull request #585 from janhq/chore/remove-unused-ignore
chore: remove unused ignore
2 parents e7ef1ac + e471cfa commit 9e95b45

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)