blackwingedkite's picture
Upload 98 files
c3bf15e
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()