mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
ed5734ae25
* test with gguf instead of ggml. Updates testPrompt to match? Adds debugging line to Dockerfile that I've found helpful recently. * fix testPrompt slightly * Sad Experiment: Test GH runner without metal? * break apart CGO_LDFLAGS * switch runner * upstream llama.cpp disables Metal on Github CI! * missed a dir from clean-tests * CGO_LDFLAGS * tmate failure + NO_ACCELERATE * whisper.cpp has a metal fix * do the exact opposite of the name of this branch, but keep it around for unrelated fixes? * add back newlines * add tmate to linux for testing * update fixtures * timeout for tmate
16 lines
252 B
YAML
16 lines
252 B
YAML
name: gpt4all-2
|
|
parameters:
|
|
model: testmodel.ggml
|
|
top_p: 80
|
|
top_k: 0.9
|
|
temperature: 0.1
|
|
context_size: 200
|
|
stopwords:
|
|
- "HUMAN:"
|
|
- "### Response:"
|
|
roles:
|
|
user: "HUMAN:"
|
|
system: "GPT:"
|
|
template:
|
|
completion: completion
|
|
chat: ggml-gpt4all-j |