Skip to content

Commit 7050c4b

Browse files
fpagnyRoRoJ
andauthored
fix(infr): language
Co-authored-by: Rowena Jones <[email protected]>
1 parent ae47d72 commit 7050c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/managed-inference/reference-content/model-catalog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ mistral/mistral-small-3.1-24b-instruct-2503:bf16
103103
```
104104

105105
- Bitmap (or raster) image formats, meaning storing images as grids of individual pixels, are supported. Vector image formats (SVG, PSD) are not supported, neither PDFs nor videos.
106-
- Images size are limited:
106+
- Images size are limited in the following ways:
107107
- Directly by the maximum context window. As an example, since tokens are squares of 28x28 pixels, the maximum context window taken by a single image is `3025` tokens (ie. `(1540*1540)/(28*28)`)
108108
- Indirectly by the model accuracy: resolution above 1540x1540 will not increase model output accuracy. Indeed, images above 1540 pixels width or height will be automatically downscaled to fit within 1540x1540 dimension. Note that image ratio and overall aspect is preserved (images are not cropped, only additionaly compressed).
109109

0 commit comments

Comments
 (0)