Spaces:
Runtime error
Runtime error
anas-awadalla
commited on
Commit
·
b2e96cb
1
Parent(s):
64dbe9b
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ model, image_processor, tokenizer = create_model_and_transforms(
|
|
61 |
|
62 |
checkpoint_path = hf_hub_download("openflamingo/OpenFlamingo-9B-vitl-mpt7b", "checkpoint.pt")
|
63 |
model.load_state_dict(torch.load(checkpoint_path), strict=False)
|
64 |
-
model = model.to(
|
65 |
model.eval()
|
66 |
|
67 |
def generate(
|
|
|
61 |
|
62 |
checkpoint_path = hf_hub_download("openflamingo/OpenFlamingo-9B-vitl-mpt7b", "checkpoint.pt")
|
63 |
model.load_state_dict(torch.load(checkpoint_path), strict=False)
|
64 |
+
model = model.to(0, dtype=torch.bfloat16)
|
65 |
model.eval()
|
66 |
|
67 |
def generate(
|