Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ This model has been exported to the `neuron` format using specific `input_shapes
|
|
21 |
It has been compiled to run on an inf2.24xlarge instance on AWS. Note that while the inf2.24xlarge has 12 cores, this compilation uses 8. This model and configuration seems to require the cores be a power of 2.
|
22 |
|
23 |
|
24 |
-
**This has been compiled using version 2.16 of the Neuron SDK. Make sure your environment has version 2.16 installed**
|
25 |
|
26 |
Please refer to the 🤗 `optimum-neuron` [documentation](https://huggingface.co/docs/optimum-neuron/main/en/guides/models#configuring-the-export-of-a-generative-model) for an explanation of these parameters.
|
27 |
|
|
|
21 |
It has been compiled to run on an inf2.24xlarge instance on AWS. Note that while the inf2.24xlarge has 12 cores, this compilation uses 8. This model and configuration seems to require the cores be a power of 2.
|
22 |
|
23 |
|
24 |
+
**This has been compiled using version 2.16 of the Neuron SDK. Make sure your environment has version 2.16 installed. Even better is if you just compile it using the latest SDK**
|
25 |
|
26 |
Please refer to the 🤗 `optimum-neuron` [documentation](https://huggingface.co/docs/optimum-neuron/main/en/guides/models#configuring-the-export-of-a-generative-model) for an explanation of these parameters.
|
27 |
|