Commit 76926313 authored by zhaoying1's avatar zhaoying1
Browse files

Update README.md

parent 3650e58c
...@@ -30,6 +30,7 @@ Baichuan整体模型基于标准的Transformer结构,采用了和LLaMA一样 ...@@ -30,6 +30,7 @@ Baichuan整体模型基于标准的Transformer结构,采用了和LLaMA一样
推荐使用docker方式运行,提供拉取的docker镜像: 推荐使用docker方式运行,提供拉取的docker镜像:
``` ```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest
docker run -dit --network=host --name=baichuan --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest /bin/bash
``` ```
安装docker中没有的依赖: 安装docker中没有的依赖:
``` ```
......
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