Politrees commited on
Commit
319bbb4
1 Parent(s): f3931a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -195,9 +195,9 @@ else:
195
  mem.append(
196
  int(
197
  torch.cuda.get_device_properties(i).total_memory
198
- / 1024
199
- / 1024
200
- / 1024
201
  + 0.4
202
  )
203
  )
 
195
  mem.append(
196
  int(
197
  torch.cuda.get_device_properties(i).total_memory
198
+ / 16384
199
+ / 16384
200
+ / 16384
201
  + 0.4
202
  )
203
  )