Skip to content

Feature/add mlx

Feature/add mlx #293

Triggered via pull request October 27, 2024 19:44
Status Failure
Total duration 44s
Artifacts

pull_request.yml

on: pull_request
REUSE Compliance Check  /  ...  /  REUSE Compliance Check
7s
REUSE Compliance Check / REUSE Compliance Check / REUSE Compliance Check
SwiftLint  /  ...  /  SwiftLint
10s
SwiftLint / SwiftLint / SwiftLint
Markdown Link Check  /  markdown_link_check
34s
Markdown Link Check / markdown_link_check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocalDownload/LLMLocalDownloadManager.swift#L14
Sorted Imports Violation: Imports should be sorted (sorted_imports)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocalDownload/LLMLocalDownloadManager.swift#L56
Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'initializer' (type_contents_order)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocalDownload/LLMLocalDownloadView.swift#L13
Sorted Imports Violation: Imports should be sorted (sorted_imports)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocal/Configuration/LLMLocalModel.swift#L11
Identifier Name Violation: Enum element name 'llama3_1_8B_4bit' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocal/Configuration/LLMLocalModel.swift#L12
Identifier Name Violation: Enum element name 'llama3_8B_4bit' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocal/Configuration/LLMLocalModel.swift#L13
Identifier Name Violation: Enum element name 'llama3_2_1B_4bit' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocal/Configuration/LLMLocalModel.swift#L14
Identifier Name Violation: Enum element name 'llama3_2_3B_4bit' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocal/Configuration/LLMLocalModel.swift#L16
Identifier Name Violation: Enum element name 'smolLM_135M_4bit' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocal/Configuration/LLMLocalModel.swift#L20
Identifier Name Violation: Enum element name 'phi3_4bit' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziLLMLocal/Configuration/LLMLocalModel.swift#L21
Identifier Name Violation: Enum element name 'phi3_5_4bit' should only contain alphanumeric and other allowed characters (identifier_name)
Markdown Link Check / markdown_link_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/