finalf0 commited on
Commit
91abf6f
1 Parent(s): d6b3c68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,8 +2,10 @@
2
  pipeline_tag: visual-question-answering
3
  ---
4
 
5
- ## MiniCPM-Llama3-V 2.5
6
- More detail about [MiniCPM-Llama3-V 2.5](https://huggingface.co/openbmb/MiniCPM-Llama3-V-2_5).
 
 
7
 
8
  ## Usage
9
  Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.10:
 
2
  pipeline_tag: visual-question-answering
3
  ---
4
 
5
+ ## MiniCPM-Llama3-V 2.5 int4
6
+ This is the int4 quantized version of [MiniCPM-Llama3-V 2.5](https://huggingface.co/openbmb/MiniCPM-Llama3-V-2_5).
7
+ Running with int4 version would use lower GPU mermory (about 9GB).
8
+
9
 
10
  ## Usage
11
  Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.10: