mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-16 10:44:29 -04:00
cbd25c658d
│ │ │ Major bug fixes addressing cache path inconsistencies and silent failures: │ │ - Fix Issue #11: HF_HOME environment variable handling - unified cache logic ensures consistent │ │ /hub subdirectory usage │ │ - Fix Issue #9: Silent failure on corrupted models with empty snapshots directories │ │ - Enhanced download throttling with adaptive delays (512KB chunks, 2-3s for large files) │ │ - Added migration warnings for legacy cache locations with clear user guidance │ │ - Improved corruption detection and deletion workflow consistency │ │ │ │ Technical improvements: │ │ - Unified cache architecture: CACHE_ROOT/hub for both default and HF_HOME scenarios │ │ - Exception-safe memory management with enhanced baseline tracking │ │ - Updated dependencies to latest tested versions (Python 3.9-3.13 support) │ │ - All 105 tests passing with real MLX model verification
17 lines
167 B
Plaintext
17 lines
167 B
Plaintext
venv/
|
|
venv39/
|
|
venv_*/
|
|
test_env*/
|
|
test_results*.log
|
|
mypy_*.log
|
|
ruff_*.log
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
CLAUDE.md
|
|
TODO_REAL_TESTS.md
|
|
server.log
|