mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-23 16:37:28 +00:00
demo
This commit is contained in:
parent
edd57785a1
commit
2326f0166d
4 changed files with 9 additions and 7 deletions
|
@ -60,11 +60,11 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
cpu: "8000m"
|
||||
cpu: "4000m"
|
||||
ephemeral-storage: "6Gi"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: "8000m"
|
||||
cpu: "4000m"
|
||||
ephemeral-storage: "6Gi"
|
||||
env:
|
||||
- name: ENABLE_CHROMADB
|
||||
|
@ -106,7 +106,7 @@ spec:
|
|||
apt-get update && apt-get install -y git
|
||||
# Clone the repository
|
||||
git clone https://github.com/meta-llama/llama-stack.git /app
|
||||
git checkout k8s_demo
|
||||
git checkout 7f83433
|
||||
|
||||
cd /app/llama_stack/
|
||||
# Install llama-stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue