You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Open in Google Colab](https://colab.research.google.com/github/PolymathicAI/AION/blob/main/notebooks/Tutorial.ipynb)** - Learn AION basics interactively, no local setup required!
@@ -217,13 +215,13 @@ AION offers flexible installation options to suit your environment and requireme
217
215
To install AION with PyTorch included:
218
216
219
217
```bash
220
-
pip install aion[torch]
218
+
pip install polymathic-aion[torch]
221
219
```
222
220
223
221
For contributors and developers:
224
222
225
223
```bash
226
-
pip install aion[torch,dev]
224
+
pip install polymathic-aion[torch,dev]
227
225
```
228
226
229
227
This includes testing frameworks, linting tools, and development dependencies.
@@ -235,7 +233,7 @@ For specific PyTorch versions (e.g., CUDA support):
0 commit comments