]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
embedding : add --pooling option to README.md [no ci] (#8934)
authorDaniel Bevenius <redacted>
Fri, 9 Aug 2024 06:33:30 +0000 (08:33 +0200)
committerGitHub <redacted>
Fri, 9 Aug 2024 06:33:30 +0000 (09:33 +0300)
commit5b2c04f4925e152c362b824f4b41eb2a081fa623
treeeac82184b74d340554f87284d9875d16d4fdf1fc
parent6f6496bb0999d1bce5daff0cfc55ceb0dd13c888
embedding : add --pooling option to README.md [no ci] (#8934)

This commit adds the `--pooling` option to the README.md file in the
`examples/embedding` directory.

The motivation for adding this options is that currently if the model
used does not specify a pooling type the embedding example will fail
with the following error message:
```console
main: error: pooling type NONE not supported
```

This commit also updates the name of the executable in the examples
section.
examples/embedding/README.md