Connie-Wild commited on
Commit
ffe7cb5
·
1 Parent(s): e6f82bd

description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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の返り値に含まれるsafetensors情報から各パラメータサイズを合算し、概算GPUメモリ必要量をGB単位で返します。")
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()