You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lemonade/getting_started.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Contents:
23
23
1.`conda create -n lemon python=3.10`
24
24
1.`conda activate lemon`
25
25
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))
27
27
1.`lemonade -h` to explore the LLM tools
28
28
29
29
## Syntax
@@ -107,7 +107,7 @@ Lemonade supports specialized tools that each require their own setup steps. **N
107
107
108
108
## Install OnnxRuntime-GenAI
109
109
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.
111
111
112
112
You can then load supported OGA models on to CPU or iGPU with the `oga-load` tool, for example:
0 commit comments