App hangs after hitting some quantization issue in bitsandbytes.
The issue seems related to bitsandbytes, raising AssertionErrors in random parts of the training pipeline does not result in UI issues.
To Reproduce
I ran into this issue while testing #564. To reproduce on current main:
Disable configuration checks in the code
Run default experiment with 0 gpus and 4 bit quantization
App gets unresponsive after the AssertionError is raised
Will check if it this issue occurs with cpu only and push a fix to #564 eventually.
What's puzzling is that the error in the subprocess freezes the parent process.
🐛 Bug
App hangs after hitting some quantization issue in bitsandbytes. The issue seems related to bitsandbytes, raising
AssertionErrors
in random parts of the training pipeline does not result in UI issues.To Reproduce
I ran into this issue while testing #564. To reproduce on current main:
AssertionError
is raisedLLM Studio version
8d1c136