alpaca2_clas / src /train_bash.py
blackwingedkite's picture
Upload 96 files
b87a3ce
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()