mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-19 12:17:02 +00:00
use ctransformers as backup to llama-cpp
This commit is contained in:
3
ollama/templates/falcon.prompt
Normal file
3
ollama/templates/falcon.prompt
Normal file
@@ -0,0 +1,3 @@
|
||||
A helpful assistant who helps the user with any questions asked.
|
||||
User: {{ prompt }}
|
||||
Assistant:
|
||||
4
ollama/templates/mpt.prompt
Normal file
4
ollama/templates/mpt.prompt
Normal file
@@ -0,0 +1,4 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request. Be concise. Once the request is completed, include no other text.
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
### Response:
|
||||
2
ollama/templates/ultralm.prompt
Normal file
2
ollama/templates/ultralm.prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
USER: {{ prompt }}
|
||||
ASSISTANT:
|
||||
5
ollama/templates/wizardcoder.prompt
Normal file
5
ollama/templates/wizardcoder.prompt
Normal file
@@ -0,0 +1,5 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request
|
||||
|
||||
### Instruction: {{ prompt }}
|
||||
|
||||
### Response:
|
||||
Reference in New Issue
Block a user