.python-version
LICENSE
MANIFEST.in
NOTICE
PROVENANCE.md
README.md
THIRD_PARTY_NOTICES.txt
pyproject.toml
setup.py
uv.lock
docs/API.md
docs/BGE_VALIDATION.md
docs/HTTP_API.md
docs/IMPLEMENTATION_05.md
docs/MODEL_PROFILES.md
docs/NATIVE_METAL_REPORT.md
docs/PERFORMANCE.md
docs/PERFORMANCE_REPORT.md
docs/PUBLISHING.md
docs/RAG.md
docs/STATUS.md
docs/protocol-fixtures.json
docs/specification.ru.md
examples/rag.py
examples/documents/gardening.txt
examples/documents/geography.txt
model-manifests/bge-small-en-v1.5-hf-cache.json
model-manifests/qwen3-0.6b-dwq.json
model-manifests/qwen3-0.6b-dwq.sha256
policy/ci-bootstrap.txt
policy/dependency-licenses.json
policy/inputs.sha256.json
src/metal_inference/__init__.py
src/metal_inference/__main__.py
src/metal_inference/api.py
src/metal_inference/backend.py
src/metal_inference/batching.py
src/metal_inference/bert.py
src/metal_inference/cli.py
src/metal_inference/errors.py
src/metal_inference/files.py
src/metal_inference/index.py
src/metal_inference/json_codec.py
src/metal_inference/metal.py
src/metal_inference/profiles.py
src/metal_inference/py.typed
src/metal_inference/qwen3.py
src/metal_inference/retrieval.py
src/metal_inference/server.py
src/metal_inference/tensor.py
src/metal_inference/tokenizer.py
src/metal_inference/weights.py
src/metal_inference/wordpiece.py
src/metal_inference/native/kernels.metal
src/metal_inference/native/runtime.mm
src/tessery/__init__.py
src/tessery/__main__.py
src/tessery/errors.py
src/tessery/py.typed
src/tessery/server.py
src/tessery.egg-info/PKG-INFO
src/tessery.egg-info/SOURCES.txt
src/tessery.egg-info/dependency_links.txt
src/tessery.egg-info/entry_points.txt
src/tessery.egg-info/requires.txt
src/tessery.egg-info/top_level.txt
src/yuri_mlx_embeddings/__init__.py
src/yuri_mlx_embeddings/__main__.py
src/yuri_mlx_embeddings/cli.py
src/yuri_mlx_embeddings/config.py
src/yuri_mlx_embeddings/descriptors.py
src/yuri_mlx_embeddings/errors.py
src/yuri_mlx_embeddings/manifests.py
src/yuri_mlx_embeddings/py.typed
src/yuri_mlx_embeddings/strict_json.py
src/yuri_mlx_embeddings/server/__init__.py
src/yuri_mlx_embeddings/server/protocol_v1.py
stubs/regex.pyi
tests/contract/test_protocol.py
tests/contract/fixtures/draft-success.json
tests/real_metal/test_bert.py
tests/real_metal/test_custom_profiles.py
tests/real_metal/test_kernels.py
tests/real_metal/test_model.py
tests/real_metal/test_tensors.py
tests/unit/test_batching.py
tests/unit/test_bpe.py
tests/unit/test_cli.py
tests/unit/test_config_json.py
tests/unit/test_diagnostics.py
tests/unit/test_index.py
tests/unit/test_manifests.py
tests/unit/test_profiles.py
tests/unit/test_public_package.py
tests/unit/test_runtime_loading.py
tests/unit/test_server.py
tests/unit/test_standalone_api.py
tests/unit/test_standalone_cli.py
tests/unit/test_standalone_weights.py
tests/unit/test_tools.py
tests/unit/test_wordpiece.py
third_party/numpy/LICENSE.txt
third_party/numpy/numpy/_core/include/numpy/libdivide/LICENSE.txt
third_party/numpy/numpy/_core/src/common/pythoncapi-compat/COPYING
third_party/numpy/numpy/_core/src/highway/LICENSE
third_party/numpy/numpy/_core/src/multiarray/dragon4_LICENSE.txt
third_party/numpy/numpy/_core/src/npysort/x86-simd-sort/LICENSE.md
third_party/numpy/numpy/_core/src/umath/svml/LICENSE
third_party/numpy/numpy/fft/pocketfft/LICENSE.md
third_party/numpy/numpy/linalg/lapack_lite/LICENSE.txt
third_party/numpy/numpy/ma/LICENSE
third_party/numpy/numpy/random/LICENSE.md
third_party/numpy/numpy/random/src/distributions/LICENSE.md
third_party/numpy/numpy/random/src/mt19937/LICENSE.md
third_party/numpy/numpy/random/src/pcg64/LICENSE.md
third_party/numpy/numpy/random/src/philox/LICENSE.md
third_party/numpy/numpy/random/src/sfc64/LICENSE.md
third_party/numpy/numpy/random/src/splitmix64/LICENSE.md
third_party/regex/LICENSE.txt
tools/benchmark_matmul.py
tools/benchmark_padding.py
tools/benchmark_quantized.py
tools/build_native.py
tools/check_dependencies.py
tools/check_inputs.py
tools/diagnose_metal.py
tools/sbom.py