Feature/add mlx #293
Annotations
10 errors
SwiftLint:
Sources/SpeziLLMLocalDownload/LLMLocalDownloadManager.swift#L14
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
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:
Sources/SpeziLLMLocalDownload/LLMLocalDownloadView.swift#L13
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
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:
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:
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:
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:
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:
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:
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)
|
Loading