From 20b5b6e8a73c1fc3dfbb90d17710c14ebef89856 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Fri, 14 Mar 2025 23:02:53 -0400 Subject: [PATCH] fix: Fix pre-commit check Signed-off-by: Yuan Tang --- docs/source/distributions/ondevice_distro/android_sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/distributions/ondevice_distro/android_sdk.md b/docs/source/distributions/ondevice_distro/android_sdk.md index 8ec8df6ee..4fa6eaf70 100644 --- a/docs/source/distributions/ondevice_distro/android_sdk.md +++ b/docs/source/distributions/ondevice_distro/android_sdk.md @@ -58,7 +58,7 @@ Breaking down the demo app, this section will show the core pieces that are used ### Setup Remote Inferencing Start a Llama Stack server on localhost. Here is an example of how you can do this using the firework.ai distribution: ``` -conda create -n stack-fireworks python=3.10 +conda create -n stack-fireworks python=3.10 conda activate stack-fireworks pip install --no-cache llama-stack==0.1.4 llama stack build --template fireworks --image-type conda