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

Turnkey-LLM post release fixes #226

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion src/turnkeyml/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can also try Phi-3-Mini-128k-Instruct with the following commands:

> Note: no other models or devices are officially supported by `lemonade` on OGA at this time. Contributions appreciated!

## Install Ryzen AI NPU
## Install RyzenAI NPU

To run your LLMs on Ryzen AI NPU, first install and set up the `ryzenai-transformers` conda environment (see instructions [here](https://github.com/amd/RyzenAI-SW/tree/main/example/transformers)). Then, install `lemonade` into `ryzenai-transformers`. The `ryzenai-npu-load` Tool will become available in that environment.

Expand Down
Loading