asigalov61 commited on
Commit
be8918b
·
verified ·
1 Parent(s): 32da081

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -352,8 +352,6 @@ model_checkpoint = hf_hub_download(repo_id='asigalov61/Giant-Music-Transformer',
352
 
353
  model.load_state_dict(torch.load(model_checkpoint, map_location='cpu', weights_only=True))
354
 
355
- model = torch.compile(model, mode='max-autotune')
356
-
357
  print('=' * 70)
358
 
359
  # =================================================================================================
 
352
 
353
  model.load_state_dict(torch.load(model_checkpoint, map_location='cpu', weights_only=True))
354
 
 
 
355
  print('=' * 70)
356
 
357
  # =================================================================================================