Skip to content

Commit bb5bc39

Browse files
authored
Update getting_started.md
Signed-off-by: Jeremy Fowers <[email protected]>
1 parent 4f3be13 commit bb5bc39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lemonade/getting_started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Contents:
2323
1. `conda create -n lemon python=3.10`
2424
1. `conda activate lemon`
2525
1. Install lemonade: `pip install -e .[llm]`
26-
- or `pip install -e .[llm-oga-dml]` if you want to use `onnxruntime-genai` (see [OGA](#install-onnxruntime-genai))
26+
- or `pip install -e .[llm-oga-igpu]` if you want to use `onnxruntime-genai` (see [OGA](#install-onnxruntime-genai))
2727
1. `lemonade -h` to explore the LLM tools
2828

2929
## Syntax
@@ -107,7 +107,7 @@ Lemonade supports specialized tools that each require their own setup steps. **N
107107

108108
## Install OnnxRuntime-GenAI
109109

110-
To install support for [onnxruntime-genai](https://github.com/microsoft/onnxruntime-genai), use `pip install -e .[llm-oga-dml]` instead of the default installation command.
110+
To install support for [onnxruntime-genai](https://github.com/microsoft/onnxruntime-genai), use `pip install -e .[llm-oga-igpu]` instead of the default installation command.
111111

112112
You can then load supported OGA models on to CPU or iGPU with the `oga-load` tool, for example:
113113

0 commit comments

Comments
 (0)