rphrp1985 commited on
Commit
34d7388
1 Parent(s): 7f707c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,11 +60,11 @@ accelerator = Accelerator()
60
 
61
  model = AutoModelForCausalLM.from_pretrained(model_id, token= token,
62
  # torch_dtype= torch.uint8,
63
- torch_dtype=torch.bfloat16,
64
  # load_in_8bit=True,
65
  # # # torch_dtype=torch.fl,
66
- attn_implementation="flash_attention_2",
67
- low_cpu_mem_usage=True,
68
  # device_map='cuda',
69
  # device_map=accelerator.device_map,
70
 
 
60
 
61
  model = AutoModelForCausalLM.from_pretrained(model_id, token= token,
62
  # torch_dtype= torch.uint8,
63
+ torch_dtype=torch.bfloat32,
64
  # load_in_8bit=True,
65
  # # # torch_dtype=torch.fl,
66
+ # attn_implementation="flash_attention_2",
67
+ # low_cpu_mem_usage=True,
68
  # device_map='cuda',
69
  # device_map=accelerator.device_map,
70