Update app.py
Browse files
app.py
CHANGED
|
@@ -187,6 +187,7 @@ def create_interface():
|
|
| 187 |
world_size = 16 # Fixed world size for 2 machines with 8 GPUs each
|
| 188 |
|
| 189 |
print(descriptions)
|
|
|
|
| 190 |
|
| 191 |
description = descriptions.get(parallel_group_type, "Invalid parallel group type")
|
| 192 |
|
|
|
|
| 187 |
world_size = 16 # Fixed world size for 2 machines with 8 GPUs each
|
| 188 |
|
| 189 |
print(descriptions)
|
| 190 |
+
descriptions = dict(descriptions)
|
| 191 |
|
| 192 |
description = descriptions.get(parallel_group_type, "Invalid parallel group type")
|
| 193 |
|