[assets] update readme (#7209)

Former-commit-id: d1631b38dad9ba3d41aebbb00e3500eb79b9e8e9
This commit is contained in:
hoshi-hiyouga
2025-03-07 17:27:49 +08:00
committed by GitHub
parent 16419b2834
commit 9adc0a2c3f
5 changed files with 23 additions and 23 deletions

View File

@@ -4,12 +4,12 @@ services:
dockerfile: ./docker/docker-rocm/Dockerfile
context: ../..
args:
INSTALL_BNB: false
INSTALL_VLLM: false
INSTALL_DEEPSPEED: false
INSTALL_FLASHATTN: false
INSTALL_LIGER_KERNEL: false
INSTALL_HQQ: false
INSTALL_BNB: "false"
INSTALL_VLLM: "false"
INSTALL_DEEPSPEED: "false"
INSTALL_FLASHATTN: "false"
INSTALL_LIGER_KERNEL: "false"
INSTALL_HQQ: "false"
PIP_INDEX: https://pypi.org/simple
container_name: llamafactory
volumes:
@@ -24,7 +24,7 @@ services:
- "8000:8000"
ipc: host
tty: true
shm_size: '16gb'
shm_size: "16gb"
stdin_open: true
command: bash
devices: