mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[executorch hash update] update the pinned executorch hash (#152238)
This PR is auto-generated nightly by [this action](https://github.com/pytorch/pytorch/blob/main/.github/workflows/nightly.yml). Update the pinned executorch hash. Pull Request resolved: https://github.com/pytorch/pytorch/pull/152238 Approved by: https://github.com/pytorchbot, https://github.com/huydhn Co-authored-by: Huy Do <huydhn@gmail.com>
This commit is contained in:
parent
930de01861
commit
c5b4dc9898
|
|
@ -1 +1 @@
|
|||
a325c56864c5b25630c1ebda03c8f16a96a02a19
|
||||
b173722085b3f555d6ba4533d6bbaddfd7c71144
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ clone_executorch() {
|
|||
# and fetch the target commit
|
||||
pushd executorch
|
||||
git checkout "${EXECUTORCH_PINNED_COMMIT}"
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
popd
|
||||
|
||||
chown -R jenkins executorch
|
||||
|
|
|
|||
|
|
@ -1486,8 +1486,6 @@ test_executorch() {
|
|||
export PYTHON_EXECUTABLE=python
|
||||
export CMAKE_ARGS="-DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
|
||||
|
||||
# For llama3
|
||||
bash examples/models/llama3_2_vision/install_requirements.sh
|
||||
# NB: We need to rebuild ExecuTorch runner here because it depends on PyTorch
|
||||
# from the PR
|
||||
bash .ci/scripts/setup-linux.sh --build-tool cmake
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user