Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebasing PR into main (Adding support and performance link) #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Transformers Neuron for Trn1 and Inf2 is a software package that enables
PyTorch users to perform large language model (LLM) inference on
second-generation Neuron hardware (See: [NeuronCore-v2](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/arch/neuron-hardware/neuron-core-v2.html)).
second-generation Neuron hardware (See: [NeuronCore-v2](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/arch/neuron-hardware/neuron-core-v2.html)). The [Neuron performance page](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/benchmarks/inf2/inf2-performance.html#large-language-models-inference-performance) lists expected inference performance for commonly used Large Language Models.

# Transformers Neuron (``transformers-neuronx``) Documentation
Please refer to the [Transformers Neuron documentation](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/libraries/transformers-neuronx/) for setup and developer guides.
Expand Down Expand Up @@ -29,8 +29,8 @@ Please refer to the [transformers-neuronx release notes](https://awsdocs-neuron.

# Troubleshooting

Please refer to our [Contact
Us](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/contact.html)
Please refer to our [Support
Page](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/support.html)
page for additional information and support resources. If you intend to
file a ticket and you can share your model artifacts, please re-run your
failing script with ``NEURONX_DUMP_TO=./some_dir``. This will dump
Expand Down