pavanperi commited on
Commit
34b9755
·
verified ·
1 Parent(s): 80da1d2

Usage section

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -34,4 +34,9 @@ pipeline_tag: text-generation
34
  This repository contains the first optimization thanks to a concise system prompt. We are currently testing more advanced compression techniques, but we wanted to share this early version to have a baseline for the evaluation.
35
 
36
  System prompt :
37
- `You are a concise assistant. Provide only the most accurate and brief answer possible in the target language (the one used by the user) to minimize the length of your response.`
 
 
 
 
 
 
34
  This repository contains the first optimization thanks to a concise system prompt. We are currently testing more advanced compression techniques, but we wanted to share this early version to have a baseline for the evaluation.
35
 
36
  System prompt :
37
+ `You are a concise assistant. Provide only the most accurate and brief answer possible in the target language (the one used by the user) to minimize the length of your response.`
38
+
39
+ ## Usage
40
+ ```bash
41
+ vllm serve –config vllm_config.yaml
42
+ ```