Skip to content

Commit

Permalink
add llama 2 13b chat GGUF cpu only (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 29, 2023
1 parent b3cb2b9 commit 4d9b157
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions examples/llama2-13b-chat-gguf/server-cpu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: substratus.ai/v1
kind: Server
metadata:
name: llama2-13b-chat-gguf
spec:
image: substratusai/model-server-llama-cpp:latest
model:
name: llama2-13b-chat-gguf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Server
metadata:
name: llama2-13b-chat-gguf
spec:
image: substratusai/model-server-llama-cpp
image: substratusai/model-server-llama-cpp:latest-gpu
model:
name: llama2-13b-chat-gguf
params:
Expand Down

0 comments on commit 4d9b157

Please sign in to comment.