Update GitHub URLs from aladac to saiden-dev

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adam Ladachowski
2026-02-14 02:24:21 +01:00
parent 4a763765af
commit f1b3aa9dd1
+2 -2
View File
@@ -22,12 +22,12 @@ https://github.com/user-attachments/assets/2e7629b4-34e7-4cbc-b50e-31d7fdd30239
```bash
# Clone and install
git clone https://github.com/aladac/tensors.git
git clone https://github.com/saiden-dev/tensors.git
cd tensors
uv sync
# Or install directly
uv pip install git+https://github.com/aladac/tensors.git
uv pip install git+https://github.com/saiden-dev/tensors.git
# With server wrapper support
pip install tensors[server]