Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ model, loading_info = AutoModelForCausalLM.from_pretrained(
|
|
| 23 |
HUB_MODEL_ID,
|
| 24 |
torch_dtype=torch.bfloat16,
|
| 25 |
output_loading_info=True,
|
| 26 |
-
token=hf_token,
|
| 27 |
trust_remote_code=True
|
| 28 |
)
|
| 29 |
print(f'Loading info of Ovis-U1:\n{loading_info}')
|
|
|
|
| 23 |
HUB_MODEL_ID,
|
| 24 |
torch_dtype=torch.bfloat16,
|
| 25 |
output_loading_info=True,
|
| 26 |
+
# token=hf_token,
|
| 27 |
trust_remote_code=True
|
| 28 |
)
|
| 29 |
print(f'Loading info of Ovis-U1:\n{loading_info}')
|