Merge branch 'main' into nightly

This commit is contained in:
Daniel Han 2025-07-19 01:29:41 -07:00
commit ff3da36a54

View file

@ -124,9 +124,9 @@ pip install unsloth
#### Notes
To run Unsloth directly on Windows:
- Install Triton from this Windows fork and follow the instructions [here](https://github.com/woct0rdho/triton-windows) (be aware that the Windows fork requires PyTorch >= 2.4 and CUDA 12)
- In the SFTTrainer, set `dataset_num_proc=1` to avoid a crashing issue:
- In the `SFTConfig`, set `dataset_num_proc=1` to avoid a crashing issue:
```python
trainer = SFTTrainer(
SFTConfig(
dataset_num_proc=1,
...
)