use axolotl cloud image as base and various fixes

This commit is contained in:
Wing Lian
2025-04-23 13:22:17 -04:00
parent 168ec339e5
commit 5e8abca54f
4 changed files with 2 additions and 24 deletions

View File

@@ -12,19 +12,6 @@ def get_output_dir(run_id):
return path
# def make_valid_config(input_args):
# """
# Currently limited by all possible axolotl args, no defaults
# :param input_args: dict of input args
# """
# all_args = yaml.safe_load(open("config/config.yaml", "r"))
# if not input_args:
# print("No args provided, using defaults")
# else:
# all_args.update(input_args)
# return all_args
def make_valid_config(input_args):
"""
Creates and saves updated config file, returns the path to the new config