File size: 608 Bytes
feb6f45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: '3.3'

services:
  gpt3:
    image: vault.habana.ai/gaudi-docker/1.8.0/ubuntu20.04/habanalabs/pytorch-installer-1.13.0:latest
    container_name: gpt3-pt-tensorboard
    command: "tensorboard --logdir /tensorboard"
    environment:
    - HABANA_VISIBLE_DEVICES=all
    - OMPI_MCA_btl_vader_single_copy_mechanism=none
    cap_add:
      - SYS_NICE
    ipc: host
    network_mode: host
    volumes:
      - /software/ltran/G2/docker/gpt3/model_garden/internal/PyTorch/nlp/DeepSpeedExamples/Megatron-DeepSpeed/scripts/qa/ds_z0_nl96_hs12288_nh96_gb1536_mb1_D1_T8_P8_DEVICES64/tensorboard:/tensorboard