mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
6 lines
186 B
Python
6 lines
186 B
Python
from .loader import load_model_and_tokenizer
|
|
from .utils import dispatch_model, load_valuehead_params
|
|
|
|
|
|
__all__ = ["load_model_and_tokenizer", "dispatch_model", "load_valuehead_params"]
|