Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre.delaunay committed Jun 17, 2024
1 parent 5ba296f commit 20c9ab3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hrepr = "^0.4.0"
blessed = "^1.19.1"
pathspec = "^0.9.0"
cp-template = "^0.3.0"
pandas = "^1.4.2"
pandas = ">=1.4.2"
numpy = ">=1.23.0"
pynvml = "^11.4.1"
tqdm = "^4.64.1"
Expand Down
8 changes: 7 additions & 1 deletion scripts/article/run_batch_x_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ if [ "$DRY" -eq 0 ]; then
#
source $MILABENCH_WORDIR/env/bin/activate
fi

export MILABENCH_GPU_ARCH=cuda
export MILABENCH_WORDIR="$(pwd)/$MILABENCH_GPU_ARCH"
export MILABENCH_BASE="$MILABENCH_WORDIR/results"
export MILABENCH_CONFIG="$MILABENCH_WORDIR/milabench/config/standard.yaml"
export MILABENCH_VENV="$MILABENCH_WORDIR/env"
export BENCHMARK_VENV="$MILABENCH_WORDIR/results/venv/torch"
export MILABENCH_PREPARE=0

source $MILABENCH_WORDIR/env/bin/activate

Expand Down

0 comments on commit 20c9ab3

Please sign in to comment.