llava_call_binary
llava_call_binary(
prompt: str,
images: list[Any],
config_list: list[dict[str, Any]],
max_new_tokens: int = 1000,
temperature: float = 0.5,
seed: int = 1
) ->
| Name | Description |
|---|---|
prompt | Type: str |
images | Type: list[typing.Any] |
config_list | Type: list[dict[str, typing.Any]] |
max_new_tokens | Type: int Default: 1000 |
temperature | Type: float Default: 0.5 |
seed | Type: int Default: 1 |