Ramji commited on
Commit
7d5c6b4
·
verified ·
1 Parent(s): 0d6beb2

removed 8bitload

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -102,7 +102,6 @@ path = 'Ramji/slake_vqa_internvl_demo'
102
  intern_model = AutoModel.from_pretrained(
103
  path,
104
  torch_dtype=torch.bfloat16,
105
- load_in_8bit=True,
106
  low_cpu_mem_usage=True,
107
  use_flash_attn=False,
108
  trust_remote_code=True).eval()
 
102
  intern_model = AutoModel.from_pretrained(
103
  path,
104
  torch_dtype=torch.bfloat16,
 
105
  low_cpu_mem_usage=True,
106
  use_flash_attn=False,
107
  trust_remote_code=True).eval()