Update README.md
Browse files
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
|
| 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": "
|
| 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
|