mlx-swift-examples
mlx-swift-examples copied to clipboard
`generate` silently fails on OpenELM 3B after latest commit
[Original comment removed, see below]
import Foundation
import MLXLLM
extension ModelConfiguration {
static let openelm3b = ModelConfiguration(
id: "mlx-community/OpenELM-3B"
) { prompt in
"\(prompt)"
}
}
[Original comment removed, see below]
The silent failing of OpenELM 3B seems to be caused by commit https://github.com/ml-explore/mlx-swift-examples/commit/ff7610d522a57e403140e8431ebd6d032dcdb86c. It doesn't happen when checking out the commit before that.
OK, #53 should address this
#76 should fix this