MLXLanguageModel declares typealias UnavailableReason = Never, which means its availability property always returns .available via the protocol's default implementation. There's no way to check whether the model has actually been downloaded and loaded into memory.
MLXLanguageModel declares
typealias UnavailableReason = Never, which means its availability property always returns.availablevia the protocol's default implementation. There's no way to check whether the model has actually been downloaded and loaded into memory.