Skip to content

Commit 454c634

Browse files
authored
Update README with installation instructions (#1008)
Added installation instructions for training and inference components. Fixes #968
1 parent 067b55f commit 454c634

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ To install the latest release of this package:
3232
pip install --upgrade-strategy eager optimum-neuron[neuronx]
3333
```
3434

35+
* To install additional components for training
36+
37+
```bash
38+
pip install --upgrade-strategy eager optimum-neuron[training]
39+
```
40+
41+
* To install additional components for inference with vllm
42+
43+
```bash
44+
pip install --upgrade-strategy eager optimum-neuron[vllm]
45+
```
46+
3547
* For AWS inferentia (inf1)
3648

3749
```bash

0 commit comments

Comments
 (0)