summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-20 17:02:05 +0100
committerGitHub <noreply@github.com>2023-08-20 17:02:05 +0100
commite3d2786ffbd8926cff2789162ad10ac3c4989160 (patch)
treeeb1094c20ff476db6e6b23188a9f0d3f8d442ae6 /README.md
parent372f8912c5e69ba9ffbe0856de09cf1667364ddb (diff)
downloadcandle-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b98dca8..e20d328f 100644
--- a/README.md
+++ b/README.md
@@ -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.