second-state/CodeLlama-70b-Instruct-hf-GGUF
22.5k
<!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end -->
CodeLlama-70b-Instruct-hf-GGUF
Original Model
codellama/CodeLlama-70b-Instruct-hf
Run with LlamaEdge
- LlamaEdge version: v0.2.11 and above
- Prompt template
- Prompt type:
codellama-super-instruct
- Prompt string
<s>Source: system\n\n {system_prompt} <step> Source: user\n\n {user_message_1} <step> Source: assistant\n\n {ai_message_1} <step> Source: user\n\n {user_message_2} <step> Source: assistant\nDestination: user\n\n- Reverse prompt:
<step> Source: assistant\nEOT: true
- Context size:
8192
- Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:CodeLlama-70b-Instruct-hf-Q2_K.gguf llama-api-server.wasm -p codellama-super-instruct -c 1024 --reverse-prompt 'Source: assistant\nEOT: true'Note that the model only works in the non-streaming mode.
