Skip to content

Commit

Permalink
use PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 for macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj authored Nov 11, 2023
1 parent b4811b4 commit 3738fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
mkdir slides && cd slides
wget -q https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/JP2K-33003-1.svs
cd ..
wsinfer run --wsi-dir slides/ --results-dir results/ --model breast-tumor-resnet34.tcga-brca
PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 wsinfer run --wsi-dir slides/ --results-dir results/ --model breast-tumor-resnet34.tcga-brca
test -f results/run_metadata_*.json
test -f results/patches/JP2K-33003-1.h5
test -f results/model-outputs-csv/JP2K-33003-1.csv
Expand Down

0 comments on commit 3738fdf

Please sign in to comment.