mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-19 12:58:01 +00:00
Sync contents
This commit is contained in:
parent
bd639dea8b
commit
5e51e31043
5 changed files with 110 additions and 25 deletions
|
|
@ -237,21 +237,16 @@ class ImageAssetPointerChunk(StrictBase)
|
|||
|
||||
Image format
|
||||
|
||||
#### `height`
|
||||
|
||||
Image height in pixels
|
||||
|
||||
#### `location`
|
||||
|
||||
Path or URL to the image asset
|
||||
|
||||
#### `tokens`
|
||||
#### `expected_tokens`
|
||||
|
||||
Number of tokens this image represents
|
||||
|
||||
#### `width`
|
||||
|
||||
Image width in pixels
|
||||
Expected number of tokens this image represents.
|
||||
This is only advisory: the tinker backend will compute the number of tokens
|
||||
from the image, and we can fail requests quickly if the tokens does not
|
||||
match expected_tokens.
|
||||
|
||||
## `CheckpointsListResponse` Objects
|
||||
|
||||
|
|
@ -605,18 +600,6 @@ Image data as bytes
|
|||
|
||||
Image format
|
||||
|
||||
#### `height`
|
||||
|
||||
Image height in pixels
|
||||
|
||||
#### `tokens`
|
||||
|
||||
Number of tokens this image represents
|
||||
|
||||
#### `width`
|
||||
|
||||
Image width in pixels
|
||||
|
||||
#### `expected_tokens`
|
||||
|
||||
Expected number of tokens this image represents.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue