Files
mlx-knife/.gitignore
T
The BROKE Cluster Team fb54f59cd4 Release 2.0.0-beta.6: Stop token & compatibility bug fixes
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.
2025-10-24 15:46:42 +02:00

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