vis-llm-ft / LLaMA-Factory /src /train_bash.py
nubifere's picture
Upload folder using huggingface_hub
b7edc7f verified
raw
history blame contribute delete
156 Bytes
from llmtuner import run_exp
def main():
run_exp()
def _mp_fn(index):
# For xla_spawn (TPUs)
main()
if __name__ == "__main__":
main()