Update README.md
Browse files
README.md
CHANGED
@@ -58,24 +58,28 @@ All models loaded, starting interactive mode...
|
|
58 |
|
59 |
Enter your input :
|
60 |
|
61 |
-
|
62 |
-
|
63 |
|
64 |
|
65 |
|
66 |
Start vision inference...
|
67 |
-
Vision encoder inference time: 3.
|
68 |
-
|
69 |
-
|
|
|
|
|
|
|
70 |
|
71 |
(finished)
|
72 |
|
73 |
--------------------------------------------------------------------------------------
|
74 |
Stage Total Time (ms) Tokens Time per Token (ms) Tokens per Second
|
75 |
--------------------------------------------------------------------------------------
|
76 |
-
Prefill
|
77 |
-
Generate
|
78 |
--------------------------------------------------------------------------------------
|
|
|
79 |
```
|
80 |
|
81 |
## Model Conversion
|
|
|
58 |
|
59 |
Enter your input :
|
60 |
|
61 |
+
How many people are in the image {{./man.jpg}}?
|
62 |
+
Describe the person in the image in detail.
|
63 |
|
64 |
|
65 |
|
66 |
Start vision inference...
|
67 |
+
Vision encoder inference time: 3.35 seconds
|
68 |
+
In this black and white photograph, we see an older gentleman immersed in his work. He is seated at what appears to be a drafting table or desk laden with various papers and sketches, suggesting he might be an artist or designer of some sort. His hands are actively engaged on the paper; one hand seems to hold it steady while the other may be making adjustments or additions.
|
69 |
+
|
70 |
+
The man's attire consists of a light-colored shirt paired with a darker suit jacket, giving him a professional appearance. The image evokes a sense of concentration and creativity as he focuses intently on his work. There is no visible digital interference in this picture; it seems to capture an authentic moment from the past when such manual sketching was more prevalent.
|
71 |
+
|
72 |
+
The background features what looks like curtains or drapes, adding depth to the scene but keeping the focus firmly on the man and his task at hand. The absence of other people and modern elements places him squarely within a bygone era, hinting at stories untold about this individual's profession and life during that time.
|
73 |
|
74 |
(finished)
|
75 |
|
76 |
--------------------------------------------------------------------------------------
|
77 |
Stage Total Time (ms) Tokens Time per Token (ms) Tokens per Second
|
78 |
--------------------------------------------------------------------------------------
|
79 |
+
Prefill 1927.42 107 18.01 55.51
|
80 |
+
Generate 62126.48 210 297.28 3.36
|
81 |
--------------------------------------------------------------------------------------
|
82 |
+
|
83 |
```
|
84 |
|
85 |
## Model Conversion
|