From a363f5964eaf64672dff382153b63048a8e01f9d Mon Sep 17 00:00:00 2001 From: tymat Date: Wed, 5 Nov 2025 11:30:05 -1000 Subject: [PATCH] update instructions for unsloth training --- nvidia/unsloth/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvidia/unsloth/README.md b/nvidia/unsloth/README.md index 3e009ef..5e25465 100644 --- a/nvidia/unsloth/README.md +++ b/nvidia/unsloth/README.md @@ -89,9 +89,10 @@ pip install transformers peft datasets "trl==0.19.1" 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 pip install --no-deps bitsandbytes +pip install hf_transfer ``` ## Step 6. Create Python test script