2 more tokenization tests #2543
lint-test-build.yml
on: pull_request
lint-cli
49s
lint-docs-examples
41s
build-cli
42s
build-docs-examples
49s
build-server-docker
1m 54s
Annotations
11 errors
lint-lib:
discojs/src/processing/decode.ts#L13
Unsafe assignment of an `any` value
|
lint-lib:
discojs/src/processing/decode.ts#L15
Unsafe argument of type `any` assigned to a parameter of type `number[] | Tensor`
|
lint-lib:
discojs/src/processing/decode.ts#L15
Unsafe member access .input_ids on an `any` value
|
lint-lib:
discojs/src/processing/tokenize.ts#L13
Unexpected any. Specify a different type
|
lint-lib:
discojs/src/processing/tokenize.ts#L14
Unsafe assignment of an `any` value
|
lint-lib:
discojs/src/processing/tokenize.ts#L14
Unexpected any. Specify a different type
|
lint-lib:
discojs/src/processing/tokenize.ts#L15
Unsafe member access .input_ids on an `any` value
|
lint-lib:
discojs/src/processing/tokenize.ts#L18
Unsafe argument of type `any` assigned to a parameter of type `ArrayLike<number> | Iterable<number> | undefined`
|
lint-lib:
discojs/src/processing/tokenize.ts#L18
Unsafe member access .input_ids on an `any` value
|
lint-lib
Process completed with exit code 1.
|
test-lib
Process completed with exit code 1.
|