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

fix issues in Llama-3.2 MM tutorial #1084

Open
wants to merge 1 commit into
base: master
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
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