be7cf0b6e7
📁 Files changed: 3 📝 Lines changed: 113 • reinstall.md • pyproject.toml • reinstall.py
339 B
339 B
Reinstall tensors
Bump version, reinstall locally and on junkpile.
Run the reinstall script:
python scripts/reinstall.py
This will:
- Bump the patch version in pyproject.toml
- Install locally with
uv pip install -e . - Sync the project to junkpile via rsync
- Install on junkpile with
pip install -e '.[server]'