Commit 476eba68 authored by xiabo's avatar xiabo
Browse files

update submodule

parent 8d9c1143
[submodule "lmdeploy"] [submodule "lmdeploy"]
path = lmdeploy path = lmdeploy
url = http://developer.hpccube.com/codes/aicomponent/lmdeploy.git url = http://developer.hpccube.com/codes/aicomponent/lmdeploy.git
branch = develop tag = dtk23.04-v0.0.13
\ No newline at end of file \ No newline at end of file
...@@ -38,6 +38,8 @@ docker run -it --name baichuan --shm-size=1024G --device=/dev/kfd --device=/dev ...@@ -38,6 +38,8 @@ docker run -it --name baichuan --shm-size=1024G --device=/dev/kfd --device=/dev
## 数据集 ## 数据集
## 推理
### 源码编译安装 ### 源码编译安装
``` ```
# 若使用光源的镜像,可以跳过源码编译安装,镜像里面安装好了lmdeploy。 # 若使用光源的镜像,可以跳过源码编译安装,镜像里面安装好了lmdeploy。
......
# 模型唯一标识
modelCode = 459
# 模型名称
modelName=baichuan_lmdeploy
# 模型描述
modelDescription=Baichuan是由百川智能开发的开源可商用的大规模语言模型,在权威的中文和英文 benchmark 上均取得同尺寸最好的效果
# 应用场景
appScenario=推理,对话问答,医疗,科研,金融,教育
# 框架类型
frameType=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