applied-ai-018's picture
Add files using upload-large-folder tool
feb6f45 verified
raw
history blame contribute delete
842 Bytes
version: '3.3'
services:
bloom13b:
image: llama-1.15.0
build:
context: .
network: host
args:
BASE_IMAGE: "${BASE_IMAGE}"
container_name: llama_demo
privileged: true
runtime: habana
environment:
- HABANA_VISIBLE_DEVICES=all
- OMPI_MCA_btl_vader_single_copy_mechanism=none
- PYTHON=/usr/bin/python3
- MEGATRON_DEEPSPEED_ROOT=/Megatron-DeepSpeed
- PYTHONPATH=/Megatron-DeepSpeed:/usr/lib/habanalabs/:$PYTHONPATH
cap_add:
- SYS_NICE
ipc: host
network_mode: host
working_dir: /Megatron-DeepSpeed
volumes:
- ./ssh:/root/.ssh/
- ./launch:/launch
- ./launch/.deepspeed_env:/root/.deepspeed_env
- /mnt/weka/peacock/:/data/
- ./Megatron-DeepSpeed:/Megatron-DeepSpeed
- /etc/habanalabs/:/etc/habanalabs/
tty: true