Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -745,7 +745,8 @@ with gr.Blocks() as demo:
|
|
| 745 |
|
| 746 |
# --- TAB 6 ---
|
| 747 |
with gr.Tab("Stir/Tie Bases"):
|
| 748 |
-
gr.Markdown("### Task Vector Methods Family: task_arithmetic, ties, dare_ties, dare_linear, della, della_linear, breadcrumbs, breadcrumbs_ties, sce")
|
|
|
|
| 749 |
t6_method = gr.Dropdown(["task_arithmetic", "ties", "dare_ties", "dare_linear", "della", "della_linear", "breadcrumbs", "breadcrumbs_ties", "sce"], value="ties", label="Merge Method")
|
| 750 |
gr.Markdown("See [MergeKit Merge Method Docs](https://github.com/arcee-ai/mergekit/blob/main/docs/merge_methods.md) for more info.")
|
| 751 |
with gr.Row():
|
|
@@ -791,7 +792,7 @@ with gr.Blocks() as demo:
|
|
| 791 |
# --- TAB 8 (MoEr) ---
|
| 792 |
with gr.Tab("MoEr"):
|
| 793 |
gr.Markdown("### Mixture of Experts")
|
| 794 |
-
gr.Markdown("See [MergeKit MoE doc
|
| 795 |
|
| 796 |
t8_token = gr.Textbox(label="Token", type="password")
|
| 797 |
with gr.Row():
|
|
|
|
| 745 |
|
| 746 |
# --- TAB 6 ---
|
| 747 |
with gr.Tab("Stir/Tie Bases"):
|
| 748 |
+
gr.Markdown("### Task Vector Methods Family: task_arithmetic, ties, dare_ties, dare_linear, della, della_linear, breadcrumbs, breadcrumbs_ties, sce")
|
| 749 |
+
t6_token = gr.Textbox(label="Token", type="password")
|
| 750 |
t6_method = gr.Dropdown(["task_arithmetic", "ties", "dare_ties", "dare_linear", "della", "della_linear", "breadcrumbs", "breadcrumbs_ties", "sce"], value="ties", label="Merge Method")
|
| 751 |
gr.Markdown("See [MergeKit Merge Method Docs](https://github.com/arcee-ai/mergekit/blob/main/docs/merge_methods.md) for more info.")
|
| 752 |
with gr.Row():
|
|
|
|
| 792 |
# --- TAB 8 (MoEr) ---
|
| 793 |
with gr.Tab("MoEr"):
|
| 794 |
gr.Markdown("### Mixture of Experts")
|
| 795 |
+
gr.Markdown("See [MergeKit MoE doc](https://github.com/arcee-ai/mergekit/blob/main/docs/moe.md) for more info.")
|
| 796 |
|
| 797 |
t8_token = gr.Textbox(label="Token", type="password")
|
| 798 |
with gr.Row():
|