Spaces:
Running
Running
Connie-Wild
commited on
Commit
·
ffe7cb5
1
Parent(s):
e6f82bd
description
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ iface = gr.Interface(
|
|
142 |
inputs=gr.Textbox(label="モデル名 (例: meta-llama/Llama-3.3-70B-Instruct)"),
|
143 |
outputs="text",
|
144 |
title="Model memory estimator",
|
145 |
-
description=("Hugging Face Hub API
|
146 |
)
|
147 |
|
148 |
iface.launch()
|
|
|
142 |
inputs=gr.Textbox(label="モデル名 (例: meta-llama/Llama-3.3-70B-Instruct)"),
|
143 |
outputs="text",
|
144 |
title="Model memory estimator",
|
145 |
+
description=("Hugging Face Hub APIから取得したsafetensorsの情報をもとに、すべてのパラメータのサイズを合計し、その合計値からGPUメモリの必要量を概算(GB単位)で計算します。")
|
146 |
)
|
147 |
|
148 |
iface.launch()
|