Skip to content

Commit 05c0aff

Browse files
authored
[llm][data] Change example pip install to ray[llm] (#58096)
Signed-off-by: Seiji Eicher <seiji@anyscale.com>
1 parent 226a414 commit 05c0aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/llm/examples/batch/vllm-with-lora.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"To run this example, we need to install the following dependencies:\n",
1212
"\n",
1313
"```bash\n",
14-
"pip install -qU \"ray[data]\" \"vllm==0.7.2\"\n",
14+
"pip install -qU \"ray[llm]\"\n",
1515
"```"
1616
]
1717
},

doc/source/llm/examples/batch/vllm-with-structural-output.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"In this example, we show how to perform batch inference using Ray Data LLM with structural outputs in JSON format. To run this example, we need to install the following dependencies:\n",
1212
"\n",
1313
"```bash\n",
14-
"pip install -qU \"ray[data]\" \"vllm==0.7.2\" \"xgrammar==0.1.11\"\n",
14+
"pip install -qU \"ray[llm]\"\n",
1515
"```"
1616
]
1717
},

0 commit comments

Comments
 (0)