From f57d9313a8e69992de8f8457b2c1537ee13c24c1 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 10 Nov 2025 22:27:07 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/unsloth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia/unsloth/README.md b/nvidia/unsloth/README.md index 19cf0c7..f62e1aa 100644 --- a/nvidia/unsloth/README.md +++ b/nvidia/unsloth/README.md @@ -85,7 +85,7 @@ docker run --gpus all --ulimit memlock=-1 -it --ulimit stack=67108864 --entrypoi ## Step 4. Install dependencies inside Docker ```bash -pip install transformers peft datasets "trl==0.19.1" +pip install transformers peft "datasets==4.3.0" "trl==0.19.1" pip install --no-deps unsloth unsloth_zoo pip install hf_transfer ```