roman-bachmann commited on
Commit
7d2453d
·
verified ·
1 Parent(s): f9de43d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ if torch.cuda.is_available():
28
  print(f'Device: {device}, GPU type: {gpu_type}')
29
  print('BF16 enabled:', enable_bf16)
30
  else:
31
- import torch._dynamo
32
- torch._dynamo.config.suppress_errors = True
33
  device, power_device, enable_bf16 = "cpu", "CPU", False
34
  print('Running on CPU')
35
 
 
28
  print(f'Device: {device}, GPU type: {gpu_type}')
29
  print('BF16 enabled:', enable_bf16)
30
  else:
31
+ # Currently not supported. Please run on GPUs.
 
32
  device, power_device, enable_bf16 = "cpu", "CPU", False
33
  print('Running on CPU')
34