mattbucci commited on
Commit
b68f4c9
·
verified ·
1 Parent(s): c4c56b9

Vision tested and working

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ GPTQ-calibrated with 128 samples. BOS token removed from chat template (fixes `<
37
 
38
  ## Known Limitations
39
 
40
- - **Vision**: Vision tower weights are preserved in original precision (`modules_to_not_convert` includes `vision_tower`, `multi_modal_projector`), but vision inference has **not been tested**. Text generation is the validated use case.
41
 
42
  ## Usage with SGLang
43
 
 
37
 
38
  ## Known Limitations
39
 
40
+ - **Vision**: WORKING. Vision tower weights preserved in original precision (`modules_to_not_convert` includes `vision_tower`, `multi_modal_projector`). Tested: correctly identifies a red square image.
41
 
42
  ## Usage with SGLang
43