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 47f91f3Copy full SHA for 47f91f3
.github/workflows/pull.yml
@@ -635,7 +635,7 @@ 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 +728,7 @@ jobs:
728
729
test-llama-lora-linux:
730
name: test-llama-lora-linux
731
+ if: false
732
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
733
permissions:
734
id-token: write
0 commit comments