Commit c5bfc5f1 authored by chenzk's avatar chenzk
Browse files

Update sf.md

parent 17985eb0
...@@ -39,7 +39,7 @@ InterLM是一个基础语言模型的集合,参数范围从7B到20B。在数万 ...@@ -39,7 +39,7 @@ InterLM是一个基础语言模型的集合,参数范围从7B到20B。在数万
### 源码编译安装 ### 源码编译安装
```bash ```bash
# 若使用光源的镜像,可以跳过源码编译安装,镜像里面安装好了lmdeploy。 # 若使用光源的镜像,可以跳过源码编译安装,镜像里面安装好了lmdeploy。
git clone http://developer.hpccube.com/codes/modelzoo/llama_lmdeploy.git git clone http://developer.sourcefind.cn/codes/modelzoo/llama_lmdeploy.git
cd llama_lmdeploy cd llama_lmdeploy
git submodule init && git submodule update git submodule init && git submodule update
cd lmdeploy cd lmdeploy
...@@ -121,7 +121,7 @@ lmdeploy serve gradio ./path_to_interlm20b --server-name {ip} --server-port {por ...@@ -121,7 +121,7 @@ lmdeploy serve gradio ./path_to_interlm20b --server-name {ip} --server-port {por
[internlm-chat-20b](https://huggingface.co/internlm/internlm-chat-20b) [internlm-chat-20b](https://huggingface.co/internlm/internlm-chat-20b)
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/internlm_lmdeploy https://developer.sourcefind.cn/codes/modelzoo/internlm_lmdeploy
## 参考资料 ## 参考资料
https://github.com/InternLM/LMDeploy https://github.com/InternLM/LMDeploy
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