mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-01-31 06:42:05 +00:00
4 lines
208 B
Python
4 lines
208 B
Python
from llmtuner.model.loader import load_model_and_tokenizer
|
|
from llmtuner.model.parser import get_train_args, get_infer_args, get_eval_args
|
|
from llmtuner.model.utils import dispatch_model, generate_model_card
|