We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c5b04 commit 47da742Copy full SHA for 47da742
src/llmtuner/model/loader.py
@@ -60,7 +60,7 @@ def load_model_and_tokenizer(
60
61
model = None
62
if is_trainable and model_args.use_unsloth:
63
- require_version("unsloth==2023.12", "Follow the instructions at: https://github.com/unslothai/unsloth")
+ require_version("unsloth", "Follow the instructions at: https://github.com/unslothai/unsloth")
64
from unsloth import FastLlamaModel, FastMistralModel # type: ignore
65
unsloth_kwargs = {
66
"model_name": model_args.model_name_or_path,
0 commit comments