Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ warnings.filterwarnings('ignore')
|
|
| 14 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 15 |
print(f"Using device: {device}")
|
| 16 |
|
| 17 |
-
model_name = 'cognitivecomputations/dolphin-vision-
|
| 18 |
|
| 19 |
# create model and load it to the specified device
|
| 20 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 14 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 15 |
print(f"Using device: {device}")
|
| 16 |
|
| 17 |
+
model_name = 'cognitivecomputations/dolphin-vision-72b'
|
| 18 |
|
| 19 |
# create model and load it to the specified device
|
| 20 |
model = AutoModelForCausalLM.from_pretrained(
|