Update app.py
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ with gr.Blocks(title="PhyloLM", theme=gr.themes.Default()) as demo:
|
|
336 |
"2. Click on the **Run PhyloLM** button.\n"
|
337 |
"- If the model has already been processed, you'll be notified and no new run will start.\n"
|
338 |
"- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"
|
339 |
-
"⚠️ Be careful when submitting large LLMs (typically >15B parameters) as they may exceed the GPU RAM or the time limit, leading to failed runs
|
340 |
" **UPDATE : The model sending module is under revision - it should be back again soon**"
|
341 |
)
|
342 |
|
|
|
336 |
"2. Click on the **Run PhyloLM** button.\n"
|
337 |
"- If the model has already been processed, you'll be notified and no new run will start.\n"
|
338 |
"- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"
|
339 |
+
"⚠️ Be careful when submitting large LLMs (typically >15B parameters) as they may exceed the GPU RAM or the time limit, leading to failed runs.\n"
|
340 |
" **UPDATE : The model sending module is under revision - it should be back again soon**"
|
341 |
)
|
342 |
|