update instructions for unsloth training

This commit is contained in:
tymat 2025-11-05 11:30:05 -10:00
parent e4ca6905af
commit a363f5964e

View File

@ -89,9 +89,10 @@ pip install transformers peft datasets "trl==0.19.1"
pip install --no-deps unsloth unsloth_zoo pip install --no-deps unsloth unsloth_zoo
``` ```
## Step 5. Build and install bitsandbytes inside Docker ## Step 5. Build and install bitsandbytes and hf_transfer inside Docker
```bash ```bash
pip install --no-deps bitsandbytes pip install --no-deps bitsandbytes
pip install hf_transfer
``` ```
## Step 6. Create Python test script ## Step 6. Create Python test script