jeffhj commited on
Commit
177054f
·
verified ·
1 Parent(s): f03a63f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ This repository contains the weights of Grok 2, a model trained and used at xAI
27
  This is a post-trained model, so please use the correct [chat template](https://github.com/sgl-project/sglang/blob/97a38ee85ba62e268bde6388f1bf8edfe2ca9d76/python/sglang/srt/tokenizer/tiktoken_tokenizer.py#L106).
28
 
29
  ```
30
- python3 -m sglang.test.send_one --prompt "Human: What is your name? <|separator|>\n\nAssistant:"
31
  ```
32
 
33
  You should be able to see the model output its name, Grok.
 
27
  This is a post-trained model, so please use the correct [chat template](https://github.com/sgl-project/sglang/blob/97a38ee85ba62e268bde6388f1bf8edfe2ca9d76/python/sglang/srt/tokenizer/tiktoken_tokenizer.py#L106).
28
 
29
  ```
30
+ python3 -m sglang.test.send_one --prompt "Human: What is your name?<|separator|>\n\nAssistant:"
31
  ```
32
 
33
  You should be able to see the model output its name, Grok.