File size: 1,345 Bytes
6125ba4
 
 
 
 
 
 
 
 
 
dd7908b
 
6125ba4
 
c09cc2e
 
 
 
 
 
 
 
dd7908b
fd73212
 
 
 
 
dd7908b
fd73212
dd7908b
fd73212
dd7908b
fd73212
dd7908b
 
 
 
 
 
 
 
 
 
 
 
fd73212
dd7908b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
base_model: openchat/openchat-3.5-0106
inference: false
library_name: transformers
license: apache-2.0
model_creator: OpenChat
model_name: Openchat 3.5 0106
model_type: mistral
pipeline_tag: text-generation
quantized_by: Second State Inc.
tags:
- openchat
---

<!-- header start -->
<!-- 200823 -->
<div style="width: auto; margin-left: auto; margin-right: auto">
<img src="https://github.com/second-state/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 -->

# OpenChat-3.5-0106-GGUF

## Original Model

[openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)

## Run with LlamaEdge

- LlamaEdge version: [v0.2.4](https://github.com/second-state/LlamaEdge/releases/tag/0.2.4)

- Prompt template

  - Prompt type: `openchat`
  
  - Prompt string

    ```text
    GPT4 User: {prompt}<|end_of_turn|>GPT4 Assistant:
    ```

- Run as LlamaEdge service

  ```bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:openchat-3.5-0106-Q5_K_M.gguf llama-api-server.wasm -p openchat -r '<|end_of_turn|>'
  ```

- Run as LlamaEdge command app

  ```bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:openchat-3.5-0106-Q5_K_M.gguf llama-chat.wasm -p openchat -r '<|end_of_turn|>'
  ```