wangrongsheng's picture
Upload 82 files
d1e3f28 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()