"vscode:/vscode.git/clone" did not exist on "feeac0502f68b9d4ca2d381a28dedd736e67963a"
Commit e04f5db8 authored by zzg_666's avatar zzg_666
Browse files

修改

parent d0be73f9
...@@ -26,7 +26,7 @@ Granite-4.0-H-Small是一款基于Granite-4.0-H-Small-Base精调的320亿参数 ...@@ -26,7 +26,7 @@ Granite-4.0-H-Small是一款基于Granite-4.0-H-Small-Base精调的320亿参数
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.7.1-ubuntu22.04-dtk25.04.2-py3.10-alpha docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.7.1-ubuntu22.04-dtk25.04.2-py3.10-alpha
docker run -it --shm-size 200g --network=host --name {docker_name} --privileged --device=/dev/kfd --device=/dev/dri --device=/dev/mkfd --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro {imageID} bash docker run -it --shm-size 200g --network=host --name {docker_name} --privileged --device=/dev/kfd --device=/dev/dri --device=/dev/mkfd --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro {imageID} bash
cd /your_code_path/ouro_pytorch cd /your_code_path/granite_pytorch
pip install transformers pip install transformers
pip install accelerate pip install accelerate
``` ```
......
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