Vokturz commited on
Commit
204281c
1 Parent(s): ae0011e

remove unnecesary line

Browse files
Files changed (1) hide show
  1. src/app.py +0 -1
src/app.py CHANGED
@@ -111,7 +111,6 @@ _memory_table = _memory_table.apply(np.ceil).astype(int).drop(columns=['Paramete
111
  _memory_table.columns = ['Inference', 'Full Training Adam', 'LoRa Fine-tuning']
112
  _memory_table = _memory_table.stack().reset_index()
113
  _memory_table.columns = ['dtype', 'Variable', 'Number of GPUs']
114
- st.write()
115
  col1, col2 = st.columns([1,1.3])
116
  with col1:
117
  st.write(f"#### [{model_name}](https://huggingface.co/{model_name}) ({memory_table.iloc[3,0]:.1f}B)")
 
111
  _memory_table.columns = ['Inference', 'Full Training Adam', 'LoRa Fine-tuning']
112
  _memory_table = _memory_table.stack().reset_index()
113
  _memory_table.columns = ['dtype', 'Variable', 'Number of GPUs']
 
114
  col1, col2 = st.columns([1,1.3])
115
  with col1:
116
  st.write(f"#### [{model_name}](https://huggingface.co/{model_name}) ({memory_table.iloc[3,0]:.1f}B)")