chris-rannou HF staff commited on
Commit
3cf70c6
·
verified ·
1 Parent(s): 87471f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ def eat_memory():
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)
 
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)