Spaces:
Paused
Paused
rodrigomasini
commited on
Commit
·
b35c003
1
Parent(s):
b8a9b4d
Update app.py
Browse files
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"
|
|
|
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}")
|