ybelkada commited on
Commit
37c5f48
·
verified ·
1 Parent(s): 319e343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ model = AutoModelForCausalLM.from_pretrained(
35
  torch_dtype=torch.bfloat16,
36
  ).to(device)
37
 
38
- model = torch.compile(model)
39
 
40
  @spaces.GPU
41
  def stream_chat(
 
35
  torch_dtype=torch.bfloat16,
36
  ).to(device)
37
 
 
38
 
39
  @spaces.GPU
40
  def stream_chat(