We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067b55f commit 454c634Copy full SHA for 454c634
README.md
@@ -32,6 +32,18 @@ To install the latest release of this package:
32
pip install --upgrade-strategy eager optimum-neuron[neuronx]
33
```
34
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
44
+pip install --upgrade-strategy eager optimum-neuron[vllm]
45
46
47
* For AWS inferentia (inf1)
48
49
```bash
0 commit comments