mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-16 03:40:34 +08:00
disentangle model from tuner and rename modules
This commit is contained in:
3
src/llmtuner/model/__init__.py
Normal file
3
src/llmtuner/model/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
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
|
||||
Reference in New Issue
Block a user