update
This commit is contained in:
9
enginex/MiniCPM-2B-dpo-bf16.md
Normal file
9
enginex/MiniCPM-2B-dpo-bf16.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
|
||||
# 为以上拉取的docker的镜像ID替换
|
||||
docker run -it --shm-size=32G -v $PWD/MiniCPM:/home/MiniCPM -v /opt/hyhal:/opt/hyhal --network=host --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name minicpm bash
|
||||
cd /home/MiniCPM
|
||||
pip install -r finetune/requirements.txt # finetune/requirements.txt
|
||||
```
|
||||
Reference in New Issue
Block a user