Commit 32bacfa5 authored by chenzk's avatar chenzk
Browse files

Update sf.md

parent 8fc2f021
......@@ -43,7 +43,7 @@ docker run -it --name yi --shm-size=64G --device=/dev/kfd --device=/dev/dri/ --
```bash
#若使用光源的镜像,可以不用源码编译,镜像里面安装好了lmdeploy,可跳过源码编译安装
# 获取源码,编译并安装
git clone http://developer.hpccube.com/codes/modelzoo/yi_lmdeploy.git
git clone http://developer.sourcefind.cn/codes/modelzoo/yi_lmdeploy.git
cd yi_lmdeploy
git submodule init && git submodule update
cd lmdeploy
......@@ -106,7 +106,7 @@ lmdeploy serve gradio restful_api_url --server-name {server_ip} --server-port {s
```
**需要保证'{server_ip}:{server_port}'在外部浏览器中的可访问性**
关于 RESTful API的详细介绍,请参考[这份](https://developer.hpccube.com/codes/aicomponent/lmdeploy/-/blob/dtk23.04-v0.0.13/docs/zh_cn/restful_api.md)文档。
关于 RESTful API的详细介绍,请参考[这份](https://developer.sourcefind.cn/codes/aicomponent/lmdeploy/-/blob/dtk23.04-v0.0.13/docs/zh_cn/restful_api.md)文档。
## result
![llama](docs/yi34b.gif)
......@@ -128,7 +128,7 @@ lmdeploy serve gradio restful_api_url --server-name {server_ip} --server-port {s
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/yi_lmdeploy
https://developer.sourcefind.cn/codes/modelzoo/yi_lmdeploy
## 参考资料
https://github.com/01-ai/Yi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment