This commit is contained in:
2024-06-20 16:17:56 +08:00
parent 2be8ab5de0
commit 8dc78b7faa
5 changed files with 382 additions and 108 deletions

12
finetune/README.md Normal file
View File

@@ -0,0 +1,12 @@
## deepspeed docker image build
```shell
docker-compose -f docker-compose_pytorch1.13.yml build
docker-compose -f docker-compose_pytorch2.3.yml build
```
## test command
```shell
docker run -it --gpus all --name deepspeed_test --shm-size=1gb --rm hotwa/deepspeed:latest /bin/bash
```