imone commited on
Commit
276f3c7
1 Parent(s): 6ff9d50

Update README

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: llama2
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
  ---
4
+
5
+ Usage:
6
+
7
+ 1. [Install OpenChat](https://github.com/imoneoi/openchat/#installation)
8
+
9
+ 2. `python -m ochat.serving.openai_api_server --model-type openchat_llama2 --model Open-Orca/Llama2_GPT4_1M --engine-use-ray --worker-use-ray --max-num-batched-tokens 5120`
10
+
11
+ To use features such as tensor parallelism on consumer GPUs, API keys and logging, follow the OpenChat documentation.