mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-18 12:46:54 -04:00
fb54f59cd4
Fixes Issue #32 (generic multi-EOS detection) and Issue #37 (model detection) - Generic stop token detection: Multi-EOS models (MXFP4, Qwen, Llama) now use eos_token_ids Set instead of model-specific workarounds - Private/org MLX model detection: `mlxk run` now works outside `mlx-community/*` namespace - Commit-pinned compatibility checks: Models with `@commit_hash` validated before inference - Packaging dependencies: Fixed `pip install -e .` requirements - ADR-009: Stop Token Detection Fix (generic approach + test strategy) - ADR-011: E2E Live Test Architecture (planned) See CHANGELOG.md and TESTING.md for details.
28 lines
331 B
Plaintext
28 lines
331 B
Plaintext
venv/
|
|
venv39/
|
|
venv_*/
|
|
test_env*/
|
|
test_results*.log
|
|
mypy_*.log
|
|
ruff_*.log
|
|
*/__pycache__/*
|
|
__pycache__
|
|
mlx_knife/*
|
|
*.pyc
|
|
.DS_Store
|
|
.claude/
|
|
mymodel_test_workspace/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
CLAUDE.md
|
|
TODO_REAL_TESTS.md
|
|
server.log
|
|
install_*.log
|
|
.claude/
|
|
openwebui311/bin/
|
|
.gitignore
|
|
|
|
# Test artifacts (generated reports)
|
|
*_report.json
|