Ketengan-Diffusion-Lab commited on
Commit
cda5511
1 Parent(s): b1bbde3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-7b'
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(