mirid-runtime-packs / README.md
boneylizardwizard's picture
Publish Mirid runtime packages
57930dc verified
|
Raw
History Blame Contribute Delete
2.11 kB
metadata
pretty_name: Mirid Runtime Packs
license: other
task_categories:
  - text-generation
  - text-to-image
tags:
  - mirid
  - llama.cpp
  - stable-diffusion.cpp
  - local-inference
  - vulkan
  - rocm
  - metal

Mirid Runtime Packs

Verified, independently updateable local-inference packages used by Mirid.

Each entry in runtime-packages.manifest.json records the upstream project and release, original download URL, byte size and SHA-256 digest. Files mirrored from upstream are stored without modification. Mirid-built Python wheels additionally record their source archive, build arguments and validation result.

Layout

  • runners/text/: private GGUF inference runners from llama.cpp.
  • runners/image/: private image inference runners from stable-diffusion.cpp.
  • bindings/: Python wheels retained for Mirid's embedded compatibility path.

CPU packages are the universal baseline. Vulkan, HIP, ROCm and Metal packages are optional acceleration paths selected only after a local device probe succeeds.

The Apple Silicon binding set includes mlx, mlx-metal and mlx-lm for Python 3.12 on macOS 14 or newer. Their ordinary pure-Python dependencies should still be resolved by the prepared Mirid environment.

Trust and licences

These packages are redistributions or builds of the named upstream projects. Their original licences remain authoritative:

source-sha256-verified means Mirid matched the published size and SHA-256 after downloading the file. import-passed means a Mirid-built wheel was also installed into a clean environment and imported successfully. Neither label claims that every accelerator has been exercised on physical hardware; Mirid's release notes record those tests separately.