yeeeqichen
Results
3
comments of
yeeeqichen
@karths8 @amdnsr I think the problem is rooted in the `find_all_linear_names` function, which is incompatible with `QLoRA` setting, the correct way to implement this function should be like following ```...
For the bos_token setting, you could refer to `qlora.py line 671`
> It seems that the code is default trained on the first gpu, but that gpu is occupied by other program. So when I run it, I set auto and...