rphrp1985 commited on
Commit
eb4652e
1 Parent(s): a080ae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_id, token= token)
26
 
27
  model = AutoModelForCausalLM.from_pretrained(model_id, token= token, torch_dtype=torch.bfloat16,
28
  # attn_implementation="flash_attention_2",
29
- low_cpu_mem_usage=True,
30
  device_map="auto"
31
  )
32
 
 
26
 
27
  model = AutoModelForCausalLM.from_pretrained(model_id, token= token, torch_dtype=torch.bfloat16,
28
  # attn_implementation="flash_attention_2",
29
+ # low_cpu_mem_usage=True,
30
  device_map="auto"
31
  )
32