RusTorch v0.6.17: Installer and Environment Fixes
π RusTorch v0.6.17
π οΈ Installation Improvements
- Fixed rustorch-jupyter installer: Now downloads complete project with Cargo.toml for proper validation
- Improved installation reliability: Better handling of non-git directories and incomplete installations
- Enhanced error handling: Clearer error messages and graceful fallback mechanisms
- Fixed script termination: Added missing newline to prevent installer hanging
π§ CI/CD Improvements
- Resolved Performance Benchmarks: Fixed git fetch conflict with gh-pages branch
- Better benchmark storage: Corrected skip-fetch-gh-pages configuration
π¦ What's Fixed
- rustorch-jupyter command no longer shows 'Invalid RusTorch project directory' error
- Installation script completes successfully without hanging
- CI benchmarks now store results properly on gh-pages branch
- Improved handling of existing installations
π― Installation
# One-liner installer (now working properly)
curl -sSL https://raw.githubusercontent.com/JunSuzukiJapan/rustorch/main/install_jupyter.sh | bash
# Or add to Cargo.toml
[dependencies]
rustorch = "0.6.17"π Thank You
Special thanks to users who reported installation issues. Your feedback helps make RusTorch better for everyone!