Skip to content

Commit

Permalink
move to llama 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifiht committed Apr 25, 2024
1 parent 4abdddf commit 7ed859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/llama/wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash

echo "Starting llama server..."
./server -t 12 --threads-http 1 -c 512 --model models/Llama-2-13b-chat-hf/ggml-model-Q4_K_M.gguf --host 127.0.0.1 --port 4242 -spf startup.json
./server -t 12 --threads-http 1 -c 512 --model ./models/Meta-Llama-3-8B-Instruct/ggml-model-Q4_K_M.gguf --host 127.0.0.1 --port 4242 -spf startup.json

0 comments on commit 7ed859e

Please sign in to comment.