From e5298e202fac870f12a2c336329bfb97e74feed0 Mon Sep 17 00:00:00 2001 From: Victoria Godsoe Date: Tue, 24 Jun 2025 16:09:08 -0700 Subject: [PATCH] Update high_level_python.rst Fix missing command --- docs/llm/high_level_python.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/llm/high_level_python.rst b/docs/llm/high_level_python.rst index 21c4ad53..55649df7 100644 --- a/docs/llm/high_level_python.rst +++ b/docs/llm/high_level_python.rst @@ -36,6 +36,7 @@ To create and set up an environment, run these commands in your terminal: conda create -n ryzenai-llm python=3.10 conda activate ryzenai-llm pip install lemonade-sdk[llm] + lemonade-install --ryzenai hybrid **************** Validation Tools