A more apropos link

This commit is contained in:
Manav Rathi 2024-04-09 16:22:02 +05:30
parent 544e6be3fd
commit b937102cda
No known key found for this signature in database
2 changed files with 7 additions and 6 deletions

View file

@ -111,11 +111,12 @@ watcher for the watch folders functionality.
### AI/ML
- [onnxruntime-node](https://github.com/Microsoft/onnxruntime)
- html-entities is used by the bundled clip-bpe-ts.
- GGML binaries are bundled
- We also use [jpeg-js](https://github.com/jpeg-js/jpeg-js#readme) for
conversion of all images to JPEG before processing.
- [onnxruntime-node](https://github.com/Microsoft/onnxruntime) is used for
natural language searches based on CLIP.
- html-entities is used by the bundled clip-bpe-ts tokenizer.
- [jpeg-js](https://github.com/jpeg-js/jpeg-js#readme) is used for decoding
JPEG data into raw RGB bytes before passing it to ONNX.
- GGML binaries are bundled.
## ZIP

View file

@ -58,7 +58,7 @@ export interface ClipExtractionStatus {
* Currently supported runtimes are:
*
* - [GGML](https://github.com/monatis/clip.cpp)
* - [ONNX](https://onnx.ai)
* - [ONNX](https://onnxruntime.ai)
*
* Both these currently have one (and only one) associated model.
*/