use axolotl cloud image as base and various fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user