chris-rannou HF staff commited on
Commit
13a7f5c
·
verified ·
1 Parent(s): e30c30c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ def eat_memory():
15
  mem += ['c' * (100 * MB)]
16
  time.sleep(0.1)
17
 
 
18
  def greet(name):
19
  device = xm.xla_device()
20
  t1 = torch.randn(3,3,device=device)
 
15
  mem += ['c' * (100 * MB)]
16
  time.sleep(0.1)
17
 
18
+ #bidule
19
  def greet(name):
20
  device = xm.xla_device()
21
  t1 = torch.randn(3,3,device=device)