y0un92 commited on
Commit
c4d3da0
·
verified ·
1 Parent(s): 932c7a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ device = args.device
26
  assert device in ['cuda', 'mps']
27
 
28
  # Load model
29
- model_path = AutoModel.from_pretrained('openbmb/MiniCPM-Llama3-V-2_5-int4', trust_remote_code=True)
30
 
31
  #if 'int4' in model_path:
32
  #if device == 'mps':
 
26
  assert device in ['cuda', 'mps']
27
 
28
  # Load model
29
+ model_path = 'y0un92/test'
30
 
31
  #if 'int4' in model_path:
32
  #if device == 'mps':