Describe the bug
The default model in LoRaTrainingExample hangs indefinitely.
To Reproduce
Start the application LoRaTrainingExample, observe by simply starting the application.
Include code snippet
private let modelConfiguration = LLMRegistry.mistral7B4bit
Expected behavior
Model should download as expected and not hang. You can observe expected model by changing model.
Desktop:
- OS Version: 26.1 (25B78)
- Device: Macbook Pro M3 Pro
- Version: Current Version
Additional context
Quickfix: just change the default model, I suspect the model that is default is just no longer supported by Hugging Face.
Describe the bug
The default model in LoRaTrainingExample hangs indefinitely.
To Reproduce
Start the application LoRaTrainingExample, observe by simply starting the application.
Include code snippet
Expected behavior
Model should download as expected and not hang. You can observe expected model by changing model.
Desktop:
Additional context
Quickfix: just change the default model, I suspect the model that is default is just no longer supported by Hugging Face.