From 51fd083273aa5bafeca360729054622c426e3ba0 Mon Sep 17 00:00:00 2001 From: Na <10177383+naplus@user.noreply.gitee.com> Date: Wed, 15 Oct 2025 22:24:59 +0800 Subject: [PATCH] add tip to distill notebook --- distill/qwen_1.5B_lora.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distill/qwen_1.5B_lora.ipynb b/distill/qwen_1.5B_lora.ipynb index b14b6f7..bcb6313 100644 --- a/distill/qwen_1.5B_lora.ipynb +++ b/distill/qwen_1.5B_lora.ipynb @@ -31,7 +31,8 @@ "**注意**: 在运行此 Notebook 之前,请确保已安装所有依赖包:\n", "```bash\n", "pip install -r requirements.txt\n", - "```" + "```\n", + "**unsloth不支持macOS系统, 请不要尝试在macOS系统环境下安装依赖并运行本Notebook,请在Linux或Windows系统下运行。**" ] }, {