Skip to content

feat: allow to import local models #1332

feat: allow to import local models

feat: allow to import local models #1332

Triggered via pull request April 9, 2024 17:24
Status Failure
Total duration 4m 56s
Artifacts

pr-check.yaml

on: pull_request
Matrix: lint-format-unit
Fit to window
Zoom out
Zoom in

Annotations

12 errors
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an empty array if all paths are valid: packages/backend/src/studio-api-impl.spec.ts#L259
AssertionError: expected [ 'path/file.gguf' ] to strictly equal [] - Expected + Received - Array [] + Array [ + "path/file.gguf", + ] ❯ src/studio-api-impl.spec.ts:259:18
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an array with the invalid value: packages/backend/src/studio-api-impl.spec.ts#L273
AssertionError: expected [ 'path/file.gguf', 'path1/file.gguf' ] to strictly equal [ 'path1/file.gguf' ] - Expected + Received Array [ + "path/file.gguf", "path1/file.gguf", ] ❯ src/studio-api-impl.spec.ts:273:18
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an array with the invalid values: packages/backend/src/studio-api-impl.spec.ts#L294
AssertionError: expected [ 'path/file.gguf', …(2) ] to strictly equal [ 'path/file.gguf', 'path2/file.gguf' ] - Expected + Received Array [ "path/file.gguf", + "path1/file.gguf", "path2/file.gguf", ] ❯ src/studio-api-impl.spec.ts:294:18
linter, formatters and unit tests / ubuntu-22.04
Process completed with exit code 1.
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an empty array if all paths are valid: packages/backend/src/studio-api-impl.spec.ts#L259
AssertionError: expected [ 'path/file.gguf' ] to strictly equal [] - Expected + Received - Array [] + Array [ + "path/file.gguf", + ] ❯ src/studio-api-impl.spec.ts:259:18
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an array with the invalid value: packages/backend/src/studio-api-impl.spec.ts#L273
AssertionError: expected [ 'path/file.gguf', 'path1/file.gguf' ] to strictly equal [ 'path1/file.gguf' ] - Expected + Received Array [ + "path/file.gguf", "path1/file.gguf", ] ❯ src/studio-api-impl.spec.ts:273:18
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an array with the invalid values: packages/backend/src/studio-api-impl.spec.ts#L294
AssertionError: expected [ 'path/file.gguf', …(2) ] to strictly equal [ 'path/file.gguf', 'path2/file.gguf' ] - Expected + Received Array [ "path/file.gguf", + "path1/file.gguf", "path2/file.gguf", ] ❯ src/studio-api-impl.spec.ts:294:18
linter, formatters and unit tests / macos-12
Process completed with exit code 1.
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an empty array if all paths are valid: packages/backend/src/studio-api-impl.spec.ts#L259
AssertionError: expected [ 'path/file.gguf' ] to strictly equal [] - Expected + Received - Array [] + Array [ + "path/file.gguf", + ] ❯ src/studio-api-impl.spec.ts:259:18
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an array with the invalid value: packages/backend/src/studio-api-impl.spec.ts#L273
AssertionError: expected [ 'path/file.gguf', 'path1/file.gguf' ] to strictly equal [ 'path1/file.gguf' ] - Expected + Received Array [ + "path/file.gguf", "path1/file.gguf", ] ❯ src/studio-api-impl.spec.ts:273:18
src/studio-api-impl.spec.ts > Expect checkInvalidModels to returns an array with the invalid values: packages/backend/src/studio-api-impl.spec.ts#L294
AssertionError: expected [ 'path/file.gguf', …(2) ] to strictly equal [ 'path/file.gguf', 'path2/file.gguf' ] - Expected + Received Array [ "path/file.gguf", + "path1/file.gguf", "path2/file.gguf", ] ❯ src/studio-api-impl.spec.ts:294:18
linter, formatters and unit tests / windows-2022
Process completed with exit code 1.