llama-stack icon indicating copy to clipboard operation
llama-stack copied to clipboard

Switching between stacks

Open anandhuh1234 opened this issue 4 months ago • 1 comments

I have created and configured two stacks

 llama stack build --template local --name dev1
 llama stack configure dev1

 llama stack build --template local --name dev2
 llama stack configure dev2

And it is running in the port 8090.

llama stack run dev1 --port 8090 --disable-ipv6 

How to swtich to dev2 to run on the same port? I am trying to automate switching between stacks in linux.

anandhuh1234 avatar Oct 09 '24 11:10 anandhuh1234