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

Commit 63f8307

Browse files
authored
Update run-readme-pr-macos.yml
Add informational message to MacOS CPU tests
1 parent 9420f4e commit 63f8307

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-readme-pr-macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
sysctl machdep.cpu.core_count
3434
echo "::endgroup::"
3535
36+
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
3637
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme
3738
3839
echo "::group::Completion"
@@ -68,6 +69,7 @@ jobs:
6869
sysctl machdep.cpu.core_count
6970
echo "::endgroup::"
7071
72+
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
7173
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization
7274
7375
echo "::group::Completion"
@@ -103,6 +105,7 @@ jobs:
103105
sysctl machdep.cpu.core_count
104106
echo "::endgroup::"
105107
108+
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
106109
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf
107110
108111
echo "::group::Completion"
@@ -137,6 +140,7 @@ jobs:
137140
sysctl machdep.cpu.core_count
138141
echo "::endgroup::"
139142
143+
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
140144
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced
141145
142146
echo "::group::Completion"

0 commit comments

Comments
 (0)