Skip to content

< Back


LLavaImageEmbed

Namespace: LLama.Native

LLaVa Image embeddings

1
public struct LLavaImageEmbed

Inheritance ObjectValueTypeLLavaImageEmbed

Remarks:

llava_image_embed

Fields

embed

The embeddings of the embedded image.

1
public Single* embed;

n_image_pos

The position of the image's tokens.

1
public int n_image_pos;

< Back