docs: Fix trailing whitespace error (#1669)

Description: Fixes the trailing whitespace error thats coming up on main
This commit is contained in:
Kelly Brown 2025-03-17 11:53:30 -04:00 committed by GitHub
parent b56b06037c
commit 60ae7455f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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