From bfbf1f886d8ebe156f90aad12bfacb8dc1bd3e6c Mon Sep 17 00:00:00 2001 From: Yuanzhe Dong Date: Tue, 6 May 2025 19:26:35 -0700 Subject: [PATCH] Fix readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3e344550f..fef79e730a 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ print(f'pip install --upgrade pip && pip install "unsloth[{x}] @ git+https://git > unsloth_cli.py also supports `UNSLOTH_USE_MODELSCOPE=1` to download models and datasets. please remember to use the model and dataset id in the ModelScope community. ```python -from unsloth import FastLanguageModel +from unsloth import FastLanguageModel, FastModel import torch from trl import SFTTrainer, SFTConfig from datasets import load_dataset