-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It’s a great idea to have created this package.
I tried testing it by installing it as follows:
dependencies: [
.package(
url: "https://github.com/mattt/AnyLanguageModel.git",
exact: "0.7.1",
traits: ["MLX","Llama"] // Enable MLX and Llama support
)
],It gave me the error:
exhausted attempts to resolve the dependencies graph, with the following dependencies unresolved:
* 'llama.swift' from https://github.com/mattt/llama.swift
* 'mlx-swift-lm' from https://github.com/ml-explore/mlx-swift-lm
Do I need to install other packages in addition to AnyLanguageModel?
My config: macOS 26.3, Xcode Version 26.2 (17C52)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working