Spaces:
Running
Running
add msg about flash-attn2 model
Browse files- src/pages/submit.py +1 -0
src/pages/submit.py
CHANGED
@@ -45,6 +45,7 @@ def show_submit_page(index: int):
|
|
45 |
model_name_textbox = gr.Textbox(label="Huggingface Model")
|
46 |
link_to_model_blog = gr.Textbox(label="Link to model release blog / technical report")
|
47 |
gr.Markdown("* The evaluation will be run manually in batches. Please allow up to one week for processing.")
|
|
|
48 |
|
49 |
submit_button = gr.Button("Submit Model")
|
50 |
submission_result = gr.Markdown()
|
|
|
45 |
model_name_textbox = gr.Textbox(label="Huggingface Model")
|
46 |
link_to_model_blog = gr.Textbox(label="Link to model release blog / technical report")
|
47 |
gr.Markdown("* The evaluation will be run manually in batches. Please allow up to one week for processing.")
|
48 |
+
gr.Markdown("* By default, the model is running using Flash-Attn2. If the model doesn't support this, please contact us via the <a href=\"https://discord.gg/CqyBscMFpg\">OpenTyphoon Discord</a>.")
|
49 |
|
50 |
submit_button = gr.Button("Submit Model")
|
51 |
submission_result = gr.Markdown()
|