Rausda6 commited on
Commit
be08ea0
·
verified ·
1 Parent(s): abce9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoProcessor, LlavaForConditionalGeneration
5
 
6
  # Hugging Face model identifier. See the model card for more details:
7
  # https://huggingface.co/StarCycle/llava-dinov2-internlm2-7b-v1
8
- MODEL_ID = "StarCycle/llava-dinov2-internlm2-7b-v1"
9
 
10
  # Determine the computation device. If a CUDA‑enabled GPU is
11
  # available we will use it and cast the weights to half precision to
 
5
 
6
  # Hugging Face model identifier. See the model card for more details:
7
  # https://huggingface.co/StarCycle/llava-dinov2-internlm2-7b-v1
8
+ MODEL_ID = "xtuner/llava-phi-3-mini-hf"
9
 
10
  # Determine the computation device. If a CUDA‑enabled GPU is
11
  # available we will use it and cast the weights to half precision to