File size: 541 Bytes
45361be |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# Hostfile, nodes to control
HOSTFILE="./hostfile"
# Directory that stores docker content (dockerfiles, docker-compose, etc...)
DOCKER_DIR="/mnt/weka/peacock/mint/docker/intel_code/llama13b"
# Base Docker Image used for containers
BASE_IMAGE="vault.habana.ai/gaudi-docker/1.14.0/ubuntu22.04/habanalabs/pytorch-installer-2.1.1:latest"
# Experimental, used for copying datasets to machines locally
DATASET_DIR="/test/data/arxiv"
# Driver version, used fer installing habana drivers and docker container runtime
DRIVER_VERSION="1.14.0-493"
|