Major Features
- ๐ Complete RusTorch CLI implementation (Phase 7-12)
- ๐ฆ HuggingFace Hub and Ollama model auto-download
- ๐ฎ Multi-GPU backend support (Metal, CUDA, OpenCL)
- โ๏ธ TOML-based configuration system
- ๐ฌ Interactive REPL with history and streaming
- ๐ Comprehensive performance metrics and benchmarking
Model Format Support
- PyTorch (.pt, .pth, .bin)
- Safetensors (.safetensors)
- ONNX (.onnx)
- GGUF (.gguf)
- MLX (.npz)
Bug Fixes
- ๐ Fixed CI/CD SIGILL errors (removed target-cpu=native)
- โ Improved cross-platform compatibility
Documentation
- ๐ Complete CLI documentation suite
- ๐ง Configuration examples
- ๐ Troubleshooting guide
- ๐ Implementation status tracking
Installation
cargo install rustorch --version 0.6.29What's Changed
Full Changelog: v0.6.28...v0.6.29