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