Jeff Tang
Jeff Tang
Have you tried [this](https://github.com/facebookresearch/llama-recipes/issues/150)?
Apple has [sample code and model](https://developer.apple.com/machine-learning/models/#text) that runs without requiring lfs.
Your error message says "Conda environment 'ollama' exists". Did you run Step 4 more than once? What does "conda env list|grep ollama" show? Can you try "llama distribution install --spec...
I just tried on a fresh EC2 too and it worked for me - the complete log of "llama distribution" is [here](https://github.com/user-attachments/files/16592498/llama_distribution.log). What's your log or diff look like? @amkoupaei
@wukaixingxp @mreso can you please take a look?
Sure will move it there.
New PR created in the llama-stack-apps repo [here](https://github.com/meta-llama/llama-stack-apps/pull/145).