anand004 commited on
Commit
1aaa4a1
·
verified ·
1 Parent(s): c1f0801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ if torch.cuda.is_available():
53
  torch_dtype=torch.float16,
54
  low_cpu_mem_usage=True,
55
  load_in_4bit=True,
56
- use_flash_attention_2=True
57
  )
58
 
59
 
 
53
  torch_dtype=torch.float16,
54
  low_cpu_mem_usage=True,
55
  load_in_4bit=True,
 
56
  )
57
 
58