besaleli's picture
Upload folder using huggingface_hub
37a8298 verified

sentence-transformers/all-MiniLM-L6-v2 Encoderfiles

Generated with Encoderfile Encoderfile 0.5.1

Pre-built encoderfiles for sentence-transformers/all-MiniLM-L6-v2 — self-contained, executable embedding servers you can run without any Python or ML dependencies.

Download

Pick the binary for your platform:

Platform File
macOS (Apple Silicon) all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile
macOS (Intel) all-MiniLM-L6-v2.x86_64-apple-darwin.encoderfile
Linux (x86_64) all-MiniLM-L6-v2.x86_64-linux-gnu.encoderfile
Linux (ARM64) all-MiniLM-L6-v2.aarch64-linux-gnu.encoderfile

Or download directly (example for macOS Apple Silicon):

wget https://huggingface.co/mozilla-ai/encoderfile/blob/main/sentence-transformers/all-MiniLM-L6-v2/all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile
chmod +x ./all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile

Usage

Run as an embedding server:

./all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile serve

Infer directly from the CLI:

./all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile infer "this is a test"

About Encoderfile

Encoderfiles are self-contained executables that bundle a model and its runtime into a single binary. No Python, no dependencies — just download and run.

Learn more at mozilla-ai/encoderfile.