Skip to content

Commit

Permalink
Update getting_started.md (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Fowers <[email protected]>
  • Loading branch information
jeremyfowers authored Feb 3, 2025
1 parent 4f3be13 commit 638c20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lemonade/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contents:
1. `conda create -n lemon python=3.10`
1. `conda activate lemon`
1. Install lemonade: `pip install -e .[llm]`
- or `pip install -e .[llm-oga-dml]` if you want to use `onnxruntime-genai` (see [OGA](#install-onnxruntime-genai))
- or `pip install -e .[llm-oga-igpu]` if you want to use `onnxruntime-genai` (see [OGA](#install-onnxruntime-genai))
1. `lemonade -h` to explore the LLM tools

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

## Install OnnxRuntime-GenAI

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.
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.

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

Expand Down

0 comments on commit 638c20f

Please sign in to comment.