prebuilt-wheels

Prebuilt Python wheel archive hosted on Hugging Face.

This repository only hosts wheel artifacts that have already been built elsewhere. It does not build, test, or publish packages automatically.

Layout

.
β”œβ”€β”€ .gitattributes
β”œβ”€β”€ README.md
β”œβ”€β”€ config.json
β”œβ”€β”€ manifest.json
β”œβ”€β”€ scripts/
β”‚   └── refresh_manifest.py
└── wheelhouse/
    └── <package>/<version>/<filename>.whl

Add a new wheel

  1. Place wheel under wheelhouse/<package>/<version>/

  2. Run:

    python3 scripts/refresh_manifest.py
    
  3. Commit and push to Hugging Face

Manifest

manifest.json is generated from the contents of wheelhouse/ and records:

  • relative path
  • file size
  • SHA256 hash

This makes it easier to verify uploaded artifacts.

Download stats note

Hugging Face counts downloads using query files. For repos without a custom integration, config.json is the default query file. That means direct .whl downloads are not automatically counted as model downloads.

Reference: https://huggingface.co/docs/hub/models-download-stats

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support