Update app.py
Browse files
app.py
CHANGED
@@ -499,6 +499,7 @@ with gr.Blocks() as demo:
|
|
499 |
<div style="text-align: center;">
|
500 |
<h1>GPU memory calculator π</h1>
|
501 |
<p style="font-size:16px;">Here's a GPU memory calculator, it helps you to compute memory comsumption in LLM training. </p>
|
|
|
502 |
</div>
|
503 |
"""
|
504 |
)
|
|
|
499 |
<div style="text-align: center;">
|
500 |
<h1>GPU memory calculator π</h1>
|
501 |
<p style="font-size:16px;">Here's a GPU memory calculator, it helps you to compute memory comsumption in LLM training. </p>
|
502 |
+
<p style="font-size:16px;">Note: Flash-attention is enabled by default. </p>
|
503 |
</div>
|
504 |
"""
|
505 |
)
|