Use the hub weights for efficientnet. (#573)

This commit is contained in:
Laurent Mazare
2023-08-23 18:20:21 +01:00
committed by GitHub
parent 431051cc32
commit 79916c2edb
2 changed files with 13 additions and 3 deletions

View File

@ -87,7 +87,7 @@ And then head over to
- LLMs: LLaMA v1 and v2, Falcon, StarCoder.
- Whisper (multi-lingual support).
- Stable Diffusion.
- Computer Vision: DINOv2.
- Computer Vision: DINOv2, EfficientNet, yolo-v3, yolo-v8.
- 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.