Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgisky1980 committed Jul 21, 2023
1 parent 2106460 commit 2e283d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@ cd ai00_rwkv_serve
把模型放在 \assets\models\RWKV-4-World-0.4B-v1-20230529-ctx4096.st
目前模型路径和名称写死,后面可以在启动参数指定

然后进行编译

```bash
cargo b -r
```

编译完成后运行
```bash
./target/release/ai00_server.exe

```

API 服务开启于 3000 端口
Expand Down

0 comments on commit 2e283d8

Please sign in to comment.