YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Download the models
Use the package huggingface_hub
to download the model using Python.
- Install it with
pip install huggingface_hub
- Download the weights (e.g., yolov8n-fp32-imgsz640.engine) with:
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="loreleva/yolov8",
filename="yolov8n-seg/tensorrt/yolov8n-fp32-imgsz640.engine",
local_dir="/path/to/dir")
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.