You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to check if a model is downloaded or not before starting a download, however, I can't seem to find a way to check this. How can I see if a model is fully downloaded and ready to use before calling LLMEvaluator's load method?
The text was updated successfully, but these errors were encountered:
// e.g. VLMModelFactory.shared
letmodelFactory:ModelFactory
// e.g. MLXVLM.ModelRegistry.paligemma3bMix4488bit
letmodelConfiguration:ModelConfigurationletcontainer=tryawait modelFactory.loadContainer(configuration: modelConfiguration)
The is the code used to do the download -- you could call this directly if you were not using the code above:
Amazing library!
I'd like to check if a model is downloaded or not before starting a download, however, I can't seem to find a way to check this. How can I see if a model is fully downloaded and ready to use before calling LLMEvaluator's load method?
The text was updated successfully, but these errors were encountered: