mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 21:32:27 +00:00
.
This commit is contained in:
parent
d9db9a01bf
commit
d0854a48b2
4 changed files with 1645 additions and 0 deletions
14
COMMANDS.md
Normal file
14
COMMANDS.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
```bash
|
||||
source ~/miniconda3/bin/activate
|
||||
conda create --prefix ./envs python=3.10
|
||||
|
||||
source ~/miniconda3/bin/activate
|
||||
conda activate ./envs
|
||||
|
||||
pip install -e . \
|
||||
&& llama stack build --config ./build.yaml --image-type conda \
|
||||
&& llama stack run ./run.yaml \
|
||||
--port 5001
|
||||
|
||||
pytest llama_stack/providers/tests/inference/test_text_inference.py -v -k groq --lf -s
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue