mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-01 20:44:14 -04:00
bf7480d042
Major Features: - Audio transcription via mlx-audio backend (Whisper, >10min duration) - OpenAI /v1/audio/transcriptions endpoint - Memory Gate System (Vision: 8GB, Audio: 4GB) - Config-based backend routing (ADR-020) - Benchmark toolchain (memmon/memplot, Schema v0.2.2) Key Fixes: - EuroLLM tokenizer decoding - Vision-model text-only routing regression - Multimodal model context length detection - Memory cleanup bug (mx.metal.clear_cache) - Orphan process bug Test Results: - Unit tests: 647 passed, 11 skipped (Python 3.10-3.12) - wet-umbrella: 171 passed total See CHANGELOG.md for complete details and known issues.
41 lines
640 B
Plaintext
41 lines
640 B
Plaintext
venv/
|
|
venv39/
|
|
venv31?/
|
|
venv_*/
|
|
venv-*/
|
|
test_env*/
|
|
test_results*.log
|
|
mypy_*.log
|
|
ruff_*.log
|
|
*/__pycache__/*
|
|
__pycache__
|
|
mlx_knife/*
|
|
*.pyc
|
|
.DS_Store
|
|
.claude/
|
|
mymodel_test_workspace/
|
|
live_clone_ws/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
CLAUDE.md
|
|
TODO_REAL_TESTS.md
|
|
server.log
|
|
install_*.log
|
|
.gitignore
|
|
docs/ISSUES/
|
|
docs/reviews/
|
|
ML-workspaces/
|
|
|
|
# Test artifacts (generated reports)
|
|
*_report.json
|
|
test-img-collection/
|
|
small-img-collection
|
|
benchmarks/reports/*.html
|
|
benchmarks/reports/2025-12*.jsonl
|
|
benchmarks/reports/2026-0[12]*.jsonl
|
|
|
|
# Benchmark reports (ADR-013 Phase 0)
|
|
# These reports ARE tracked in git for historical data
|
|
#!benchmarks/reports/*.jsonl
|