Add a couple functions required for yolo. (#527)

This commit is contained in:
Laurent Mazare
2023-08-20 17:02:05 +01:00
committed by GitHub
parent 372f8912c5
commit e3d2786ffb
5 changed files with 69 additions and 1 deletions

View File

@ -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.