Skip to content

Commit b82b7bc

Browse files
authored
Merge pull request #43 from PolymathicAI/EiffL-patch-6
Update README.md
2 parents ed35b4b + 6f05ef8 commit b82b7bc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ predictions = model(
201201
redshift_probs = torch.softmax(predictions['tok_z'], dim=-1)
202202
```
203203

204-
## 📚 Documentation
205-
206-
### 🎓 Tutorials
204+
## 🎓 Tutorials
207205

208206
Start with our interactive tutorial:
209207
- **[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
217215
To install AION with PyTorch included:
218216

219217
```bash
220-
pip install aion[torch]
218+
pip install polymathic-aion[torch]
221219
```
222220

223221
For contributors and developers:
224222

225223
```bash
226-
pip install aion[torch,dev]
224+
pip install polymathic-aion[torch,dev]
227225
```
228226

229227
This includes testing frameworks, linting tools, and development dependencies.
@@ -235,7 +233,7 @@ For specific PyTorch versions (e.g., CUDA support):
235233
pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124
236234

237235
# Then install AION
238-
pip install aion
236+
pip install polymathic-aion
239237
```
240238

241239
## 📄 License

0 commit comments

Comments
 (0)