We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788ef2f commit 0b96e23Copy full SHA for 0b96e23
.github/workflows/pull.yml
@@ -635,7 +635,6 @@ jobs:
635
echo "::group::Setup ExecuTorch"
636
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake"
637
echo "::endgroup::"
638
-
639
echo "::group::Setup requirements"
640
# install phi-3-mini requirements
641
bash examples/models/phi-3-mini/install_requirements.sh
@@ -728,6 +727,7 @@ jobs:
728
727
729
test-llama-lora-linux:
730
name: test-llama-lora-linux
+ if: false # Temporarily disabled.
731
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
732
permissions:
733
id-token: write
0 commit comments