diff options
author | Shijie <821898965@qq.com> | 2023-12-02 02:16:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 20:16:31 +0200 |
commit | 37c746d687d877bc11803e96b4dc5f378b83c0a0 (patch) | |
tree | 00976a7933be847bcb58e24c54d8a22c5bb0125b /prompts | |
parent | 880f57973b8e0091d0f9f50eb5ab4cd4e31582ca (diff) |
llama : add Qwen support (#4281)
* enable qwen to llama.cpp
* llama : do not GPU split bias tensors
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Diffstat (limited to 'prompts')
-rw-r--r-- | prompts/chat-with-qwen.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prompts/chat-with-qwen.txt b/prompts/chat-with-qwen.txt new file mode 100644 index 00000000..ac39ad92 --- /dev/null +++ b/prompts/chat-with-qwen.txt @@ -0,0 +1 @@ +You are a helpful assistant.
\ No newline at end of file |