Spaces:
Sleeping
Sleeping
removed 8bitload
Browse files
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()
|