Hoi

Results 3 comments of Hoi

I hit the same issue when using `!kg submit` in Google Colab, turns out that I have installed the library using Python 2 runtime and then switched to Python 3...

Did you follow the README under `trainer` subdirectory?

I am on WSL and got OOM after finetuning an 0.6B model on a 8GB vRam card. ``` trainer.train() model.save_pretrained_merged( "model", tokenizer, save_method="merged_16bit" ) ``` ``` RuntimeError: CUDA error: out...