kenken999's picture
test
565ab19
raw
history blame
117 Bytes
from llamafactory.train.tuner import run_exp
def launch():
run_exp()
if __name__ == "__main__":
launch()