meta-llama / llama-stack

Composable building blocks to build Llama Apps
MIT License
4.74k stars 614 forks source link

Unknown Conda Environment in Zero to Hero README.md #544

Open JeffreyLind3 opened 3 days ago

JeffreyLind3 commented 3 days ago

In the Zero to Hero README.md, there exists the following step for "Install Dependencies and Set Up Environment":

  1. Install Llama Stack:
    • Open a new terminal and install llama-stack:
      conda activate hack
      pip install llama-stack==0.0.53

However, the "hack" conda environment was never created or referenced in this documentation, nor anywhere else that I can find in the repository. I could be missing something, but not sure. If the user is supposed to create the hack environment, the docs ideally should state this.

JeffreyLind3 commented 3 days ago

Update:

I found a commit (9928405e2cf4689f9e377d8cf3146aed15849e04) where the hack environment was changed to be called "ollama" in the README, but it seems that the hack environment was not changed in the step above. I will submit PR.