Respair commited on
Commit
ee12fbf
·
verified ·
1 Parent(s): 0f11a6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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