From 9f655ec9c3abcefe51d7cf8e0310f9966ad34ccc Mon Sep 17 00:00:00 2001 From: Daniele Martinoli Date: Mon, 17 Mar 2025 12:37:32 +0100 Subject: [PATCH] pre-commit issue in another file Signed-off-by: Daniele Martinoli --- 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