Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Delaunay committed Aug 2, 2023
1 parent 2da35d5 commit 105805a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions scripts/instructions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ set -m
echo ">> Configure the benchmark"
echo "=========================="


#
# Tweak the values to fit your system
#

USERNAME=${USER:-"mila"}
SSH_KEY_FILE=$HOME/.ssh/id_rsa

VERSION="v0.0.7"
ARCH="cuda"

WORKER_0="cn-d003"
WORKER_1="cn-d004"



# Derived
VERSION="v0.0.7"
IMAGE="ghcr.io/mila-iqia/milabench:$ARCH-$VERSION"


Expand Down

0 comments on commit 105805a

Please sign in to comment.