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
Launching Script
Traceback (most recent call last):
File "/kaggle/working/StableCascade/train_c_lora.py", line 326, in <module>
device=torch.device(int(os.environ.get("SLURM_LOCALID")))
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
Launching Script
Traceback (most recent call last):
File "/kaggle/working/StableCascade/train_c_lora.py", line 326, in <module>
device=torch.device(int(os.environ.get("SLURM_LOCALID")))
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
I'm trying to train a lora but it gives me an error
!python train_c_lora.py configs/training/finetune_c_3b_lora.yaml
The text was updated successfully, but these errors were encountered: