Skip to content

Commit

Permalink
Update codellama-7b.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
  • Loading branch information
mudler authored Jan 26, 2024
1 parent 670cee8 commit 072f71d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions embedded/models/codellama-7b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ parameters:
model: codellama/CodeLlama-7b-hf
temperature: 0.2
top_k: 40
seed: -1
top_p: 0.95

usage: |
curl http://localhost:8080/v1/completions -H "Content-Type: application/json" -d '{
"model": "codellama-7b",
"prompt": "import socket\n\ndef ping_exponential_backoff(host: str):"
}'
}'

0 comments on commit 072f71d

Please sign in to comment.