wBfvtNqNhb commited on
Commit
f8afe62
·
verified ·
1 Parent(s): be7c8ee

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -12,7 +12,8 @@ app = FastAPI()
12
 
13
  # Load the model and processor
14
  #checkpoint = "Qwen/Qwen2.5-VL-3B-Instruct"
15
- checkpoint = "Qwen/Qwen2.5-VL-7B-Instruct"
 
16
  #checkpoint = "Qwen/Qwen2.5-VL-72B-Instruct"
17
  min_pixels = 256 * 28 * 28
18
  max_pixels = 1280 * 28 * 28
 
12
 
13
  # Load the model and processor
14
  #checkpoint = "Qwen/Qwen2.5-VL-3B-Instruct"
15
+ #checkpoint = "Qwen/Qwen2.5-VL-7B-Instruct"
16
+ checkpoint = "Qwen/Qwen2.5-VL-32B-Instruct"
17
  #checkpoint = "Qwen/Qwen2.5-VL-72B-Instruct"
18
  min_pixels = 256 * 28 * 28
19
  max_pixels = 1280 * 28 * 28