Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Step 1: Set up Development Environment

::

source ~/aws_neuronx_venv_pytorch_2_5_nxd_inference/bin/activate
source /opt/aws_neuronx_venv_pytorch_2_5_nxd_inference/bin/activate


3. Install the fork of vLLM (v0.6.x-neuron) that supports NxD Inference following :ref:`nxdi-vllm-user-guide`.
Expand Down Expand Up @@ -338,6 +338,10 @@ You should receive outputs shown in the client terminal shortly:
"usage":{"prompt_tokens":42,"total_tokens":50,"completion_tokens":8},"prompt_logprobs":null}



If the request fails, try setting ``export VLLM_RPC_TIMEOUT=180000`` environment variable. The timeout value depends on the
model and deployment configuration used.

To send a request with both text and image prompts:

::
Expand Down