diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-20 17:02:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 17:02:05 +0100 |
commit | e3d2786ffbd8926cff2789162ad10ac3c4989160 (patch) | |
tree | eb1094c20ff476db6e6b23188a9f0d3f8d442ae6 /README.md | |
parent | 372f8912c5e69ba9ffbe0856de09cf1667364ddb (diff) | |
download | candle-e3d2786ffbd8926cff2789162ad10ac3c4989160.tar.gz candle-e3d2786ffbd8926cff2789162ad10ac3c4989160.tar.bz2 candle-e3d2786ffbd8926cff2789162ad10ac3c4989160.zip |
Add a couple functions required for yolo. (#527)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ And then head over to - Whisper (multi-lingual support). - Stable Diffusion. - Computer Vision: DINOv2. +- File formats: load models from safetensors, npz, ggml, or PyTorch files. - Serverless (on CPU), small and fast deployments. - Quantization support using the llama.cpp quantized types. |