# 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" | |