rodrigomasini commited on
Commit
b35c003
1 Parent(s): b8a9b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,4 +99,4 @@ if model_loaded:
99
  # Display GPU memory information after generation
100
  gpu_memory_after_generation = get_gpu_memory()
101
  st.write(f"GPU Memory Info after generation: {gpu_memory_after_generation}")
102
- st.write(f"This is how the model architecture: {model.hf_device_map}")
 
99
  # Display GPU memory information after generation
100
  gpu_memory_after_generation = get_gpu_memory()
101
  st.write(f"GPU Memory Info after generation: {gpu_memory_after_generation}")
102
+ st.write(f"The following is the distribution of model (in case n GPUs > 1): {model.hf_device_map}")