Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/run-readme-pr-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
sysctl machdep.cpu.core_count
echo "::endgroup::"

.ci/scripts/run-docs readme
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme

echo "::group::Completion"
echo "tests complete"
Expand Down Expand Up @@ -68,7 +69,8 @@ jobs:
sysctl machdep.cpu.core_count
echo "::endgroup::"

.ci/scripts/run-docs quantization
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization

echo "::group::Completion"
echo "tests complete"
Expand Down Expand Up @@ -103,7 +105,8 @@ jobs:
sysctl machdep.cpu.core_count
echo "::endgroup::"

.ci/scripts/run-docs gguf
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf

echo "::group::Completion"
echo "tests complete"
Expand Down Expand Up @@ -137,7 +140,8 @@ jobs:
sysctl machdep.cpu.core_count
echo "::endgroup::"

.ci/scripts/run-docs advanced
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced

echo "::group::Completion"
echo "tests complete"
Expand Down
Loading