Vllm.Outputs.PoolingOutput (VLLM v0.3.0)

Copy Markdown View Source

The output data of one pooling output of a request.

Parameters

  • data - The extracted hidden states.

Summary

Functions

Initialize self. See help(type(self)) for accurate signature.

Types

t()

@opaque t()

Functions

new(data, opts \\ [])

@spec new(
  term(),
  keyword()
) :: {:ok, SnakeBridge.Ref.t()} | {:error, Snakepit.Error.t()}

Initialize self. See help(type(self)) for accurate signature.

Parameters

  • data (term())