Skip to content

Commit 298d3af

Browse files
committed
resolve conflict
1 parent 9f4dc7b commit 298d3af

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/trunk.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,34 +1016,34 @@ jobs:
10161016
# # Test llama2
10171017
# PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_llama.sh -model stories110M -build_tool cmake -dtype "${DTYPE}" -mode "${MODE}"
10181018

1019-
# # # TODO(jackzhxng): Runner consistently runs out of memory before test finishes. Try to find a more powerful runner.
1020-
# # test-llava-runner-macos:
1021-
# # name: test-llava-runner-macos
1022-
# # uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
1023-
# # strategy:
1024-
# # fail-fast: false
1025-
# # with:
1026-
# # runner: macos-14-xlarge
1027-
# # python-version: '3.11'
1028-
# # submodules: 'recursive'
1029-
# # ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
1030-
# # timeout: 900
1031-
# # script: |
1032-
# # BUILD_TOOL=cmake
1033-
1034-
# # bash .ci/scripts/setup-conda.sh
1035-
# # # Setup MacOS dependencies as there is no Docker support on MacOS atm
1036-
# # GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}"
1037-
1038-
# # # install Llava requirements
1039-
# # ${CONDA_RUN} bash examples/models/llama/install_requirements.sh
1040-
# # ${CONDA_RUN} bash examples/models/llava/install_requirements.sh
1041-
1042-
# # # run python unittest
1043-
# # ${CONDA_RUN} python -m unittest examples.models.llava.test.test_llava
1044-
1045-
# # # run e2e (export, tokenizer and runner)
1046-
# # PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_llava.sh
1019+
# # TODO(jackzhxng): Runner consistently runs out of memory before test finishes. Try to find a more powerful runner.
1020+
# test-llava-runner-macos:
1021+
# name: test-llava-runner-macos
1022+
# uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
1023+
# strategy:
1024+
# fail-fast: false
1025+
# with:
1026+
# runner: macos-14-xlarge
1027+
# python-version: '3.11'
1028+
# submodules: 'recursive'
1029+
# ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
1030+
# timeout: 900
1031+
# script: |
1032+
# BUILD_TOOL=cmake
1033+
1034+
# bash .ci/scripts/setup-conda.sh
1035+
# # Setup MacOS dependencies as there is no Docker support on MacOS atm
1036+
# GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}"
1037+
1038+
# # install Llava requirements
1039+
# ${CONDA_RUN} bash examples/models/llama/install_requirements.sh
1040+
# ${CONDA_RUN} bash examples/models/llava/install_requirements.sh
1041+
1042+
# # run python unittest
1043+
# ${CONDA_RUN} python -m unittest examples.models.llava.test.test_llava
1044+
1045+
# # run e2e (export, tokenizer and runner)
1046+
# PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_llava.sh
10471047

10481048
# test-qnn-model:
10491049
# name: test-qnn-model

0 commit comments

Comments
 (0)