Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,12 @@ This model can be used to convert Japanese IPA back to normal text.
|
|
18 |
|
19 |
Install vLLM
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
```python
|
22 |
|
23 |
# pip install vllm
|
|
|
18 |
|
19 |
Install vLLM
|
20 |
|
21 |
+
in the terminal:
|
22 |
+
```bash
|
23 |
+
python -m vllm.entrypoints.openai.api_server --model Respair/Japanese_Phoneme_to_Grapheme_LLM--port 8000
|
24 |
+
```
|
25 |
+
|
26 |
+
now you can simply use it:
|
27 |
```python
|
28 |
|
29 |
# pip install vllm
|