Unverified Commit f990bab2 authored by omrishiv's avatar omrishiv Committed by GitHub
Browse files

[Doc][Neuron] add note to neuron documentation about resolving triton issue (#9257)


Signed-off-by: default avataromrishiv <327609+omrishiv@users.noreply.github.com>
parent e00c094f
......@@ -27,6 +27,10 @@ Installation steps:
.. _build_from_source_neuron:
.. note::
The currently supported version of Pytorch for Neuron installs `triton` version `2.1.0`. This is incompatible with vLLM >= 0.5.3. You may see an error `cannot import name 'default_dump_dir...`. To work around this, run a `pip install --upgrade triton==3.0.0` after installing the vLLM wheel.
Build from source
-----------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment