stzhao commited on
Commit
8356af8
·
verified ·
1 Parent(s): 20f83fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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