Update app.py
Browse files
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', '
|
| 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 |
|