Mister56 commited on
Commit
072e754
·
verified ·
1 Parent(s): 6195896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ device = args.device
16
  assert device in ['cuda', 'mps']
17
 
18
  # Load model
19
- model_path = 'openbmb/MiniCPM-Llama3-V-2'
20
  if 'int4' in model_path:
21
  if device == 'mps':
22
  print('Error: running int4 model with bitsandbytes on Mac is not supported right now.')
 
16
  assert device in ['cuda', 'mps']
17
 
18
  # Load model
19
+ model_path = 'openbmb/MiniCPM-V-2'
20
  if 'int4' in model_path:
21
  if device == 'mps':
22
  print('Error: running int4 model with bitsandbytes on Mac is not supported right now.')