Ammar

Results 6 comments of Ammar

Yea thought so aswell but wanted to make sure

https://github.com/unslothai/unsloth/blob/main/unsloth%2F__init__.py ``` if "CUDA_VISIBLE_DEVICES" in os.environ: os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID" devices = os.environ["CUDA_VISIBLE_DEVICES"] # Check if there are multiple cuda devices set in env if not devices.isdigit(): first_id = devices.split(",")[0] warnings.warn(...

i am having an issue where my training script hangs due to this bug , `WARNING:accelerate.utils.other:Detected kernel version 4.4.0, which is below the recommended minimum of 5.5.0; this can cause...

@EtiennePerot Oh ok , thanks for the response

@EtiennePerot , I just checked and my issue is directly related to the gVisor Kernel version , as it detects the gVisor kernel and just hangs there. I dont really...

I will be sure to try it , Thanks alot for the help