Skip to content

Commit 47da742

Browse files
committed
fix version
1 parent 65c5b04 commit 47da742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmtuner/model/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def load_model_and_tokenizer(
6060

6161
model = None
6262
if is_trainable and model_args.use_unsloth:
63-
require_version("unsloth==2023.12", "Follow the instructions at: https://github.com/unslothai/unsloth")
63+
require_version("unsloth", "Follow the instructions at: https://github.com/unslothai/unsloth")
6464
from unsloth import FastLlamaModel, FastMistralModel # type: ignore
6565
unsloth_kwargs = {
6666
"model_name": model_args.model_name_or_path,

0 commit comments

Comments
 (0)