syedfaisalabrar commited on
Commit
d0e1029
·
verified ·
1 Parent(s): fd40911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ path = "OpenGVLab/InternVL2_5-4B"
20
  model = AutoModel.from_pretrained(
21
  path,
22
  cache_dir=cache_folder,
23
- torch_dtype=torch.bfloat16,,
24
  load_in_8bit=True,
25
  low_cpu_mem_usage=True,
26
  use_flash_attn=True,
 
20
  model = AutoModel.from_pretrained(
21
  path,
22
  cache_dir=cache_folder,
23
+ torch_dtype=torch.bfloat16,
24
  load_in_8bit=True,
25
  low_cpu_mem_usage=True,
26
  use_flash_attn=True,