Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit a5f2264

Browse files
authored
Change PYTORCH_MPS_HIGH_WATERMARK_RATIO to 0.0
1 parent 0faad8c commit a5f2264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ jobs:
695695
export MODEL_PATH=checkpoints/stories15M/stories15M.pt
696696
export MODEL_NAME=stories15M
697697
export MODEL_DIR=/tmp
698-
export PYTORCH_MPS_HIGH_WATERMARK_RATIO=10.0
698+
export PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0
699699
700700
python3 torchchat.py generate --device mps --checkpoint-path ${MODEL_PATH} --temperature 0
701701

0 commit comments

Comments
 (0)