Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blaze/serving/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#高性能的Blaze模型http协议服务器
# 高性能的Blaze模型http协议服务器

## 如何配置
此服务器的配置文件格式在serving/frame/predict.proto中定义。
Expand All @@ -25,7 +25,7 @@
安装完blaze之后,执行如下两步启动打分服务

### 模型转换
````bash
```bash
cd /opt/blaze/tools/example_model
sudo sh build_all_model.sh
```
Expand Down