Hjgugugjhuhjggg commited on
Commit
2a7f249
·
verified ·
1 Parent(s): 5b0aa2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def merge_multiple_methods(yaml_config: str, hf_token: str, repo_name: str, prof
80
  yield runner.log(f"Invalid yaml {e}", level="ERROR")
81
  return
82
 
83
- methods_to_merge = ['dare_ties', 'slerp', 'ties']
84
  current_yaml_config = yaml_config
85
  merged_model_path = None
86
 
 
80
  yield runner.log(f"Invalid yaml {e}", level="ERROR")
81
  return
82
 
83
+ methods_to_merge = ['dare_ties', 'ties']
84
  current_yaml_config = yaml_config
85
  merged_model_path = None
86