mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 08:38:09 +08:00
fix version
Former-commit-id: dd7500b65d0d548441eece101b60d51fa619cc0f
This commit is contained in:
parent
90d279f39f
commit
ebb32e85f8
@ -60,7 +60,7 @@ def load_model_and_tokenizer(
|
|||||||
|
|
||||||
model = None
|
model = None
|
||||||
if is_trainable and model_args.use_unsloth:
|
if is_trainable and model_args.use_unsloth:
|
||||||
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")
|
||||||
from unsloth import FastLlamaModel, FastMistralModel # type: ignore
|
from unsloth import FastLlamaModel, FastMistralModel # type: ignore
|
||||||
unsloth_kwargs = {
|
unsloth_kwargs = {
|
||||||
"model_name": model_args.model_name_or_path,
|
"model_name": model_args.model_name_or_path,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user