danilohssantana commited on
Commit
3ef80d6
·
1 Parent(s): deb541b

final model

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -36,8 +36,7 @@ class PredictRequest(BaseModel):
36
  # # attn_implementation="flash_attention_2",
37
  # )
38
 
39
- # checkpoint = "Qwen/Qwen2.5-VL-7B-Instruct"
40
- checkpoint = "unsloth/Qwen2.5-VL-72B-Instruct-bnb-4bit"
41
  min_pixels = 256 * 28 * 28
42
  max_pixels = 1280 * 28 * 28
43
  processor = AutoProcessor.from_pretrained(
 
36
  # # attn_implementation="flash_attention_2",
37
  # )
38
 
39
+ checkpoint = "Qwen/Qwen2.5-VL-7B-Instruct"
 
40
  min_pixels = 256 * 28 * 28
41
  max_pixels = 1280 * 28 * 28
42
  processor = AutoProcessor.from_pretrained(