Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ python server.py --model ${model_name} --listen --listen-host 0.0.0.0 --listen-p
|
|
32 |
```
|
33 |
如果服务正常启动,就可以通过该端口访问服务了 `${server_ip}:${port}`
|
34 |
|
35 |
-
####
|
36 |
|
37 |
See https://github.com/magichub-opensource/CLAM-Conversational-Language-AI-from-MagicData/blob/master/inference.py
|
38 |
|
|
|
32 |
```
|
33 |
如果服务正常启动,就可以通过该端口访问服务了 `${server_ip}:${port}`
|
34 |
|
35 |
+
#### Inference script
|
36 |
|
37 |
See https://github.com/magichub-opensource/CLAM-Conversational-Language-AI-from-MagicData/blob/master/inference.py
|
38 |
|