Skip to content

Commit

Permalink
lllama 13b chat GGML example with llama.cpp (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 25, 2023
1 parent d07052a commit d4f65da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/llama2-13b-chat-ggml/base-model.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: substratus.ai/v1
kind: Model
metadata:
name: llama2-13b-chat-ggml
spec:
image: substratusai/model-loader-huggingface
params:
name: TheBloke/Llama-2-13B-chat-GGML
files: "config.json,llama-2-13b-chat.ggmlv3.q2_K.bin"
11 changes: 11 additions & 0 deletions examples/llama2-13b-chat-ggml/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: substratus.ai/v1
kind: Server
metadata:
name: llama2-13b-chat-ggml
spec:
image: substratusai/model-server-basaran
model:
name: llama2-13b-chat-ggml
resources:
gpu:
count: 1

0 comments on commit d4f65da

Please sign in to comment.