junzzhu commited on
Commit
15c8d8f
·
verified ·
1 Parent(s): e991687

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,7 +38,7 @@ A minimal 33K parameter language model for 5×5 digit mesh recognition, built on
38
 
39
  ```bash
40
  python -m vllm.entrypoints.openai.api_server \
41
- --model ./models/atomllama-33K-5x5-DigitMesh \
42
  --max-model-len 32
43
  ```
44
 
@@ -50,7 +50,7 @@ python -m vllm.entrypoints.openai.api_server \
50
  curl http://localhost:8000/v1/completions \
51
  -H 'Content-Type: application/json' \
52
  -d '{
53
- "model": "./models/atomllama-33K-5x5-DigitMesh",
54
  "prompt": "1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 1 1 1 1 <SEP>",
55
  "max_tokens": 1,
56
  "temperature": 0
 
38
 
39
  ```bash
40
  python -m vllm.entrypoints.openai.api_server \
41
+ --model junzzhu/atomllama-33K-5x5-DigitMesh \
42
  --max-model-len 32
43
  ```
44
 
 
50
  curl http://localhost:8000/v1/completions \
51
  -H 'Content-Type: application/json' \
52
  -d '{
53
+ "model": "junzzhu/atomllama-33K-5x5-DigitMesh",
54
  "prompt": "1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 1 1 1 1 <SEP>",
55
  "max_tokens": 1,
56
  "temperature": 0