Skip to content

Commit

Permalink
Fix to pin dependency revisions properly and so fix some builds (pyto…
Browse files Browse the repository at this point in the history
…rch#3971)

Summary: Pull Request resolved: pytorch#3971

Reviewed By: malfet, JacobSzwejbka

Differential Revision: D58533650

Pulled By: digantdesai

fbshipit-source-id: 7d30e65c7e916a784b84f75c6a440023ed0291c5
  • Loading branch information
robell authored and facebook-github-bot committed Jun 14, 2024
1 parent 9c8cb1e commit 089858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arm/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function setup_ethos_u() {
git clone ${ethos_u_repo_url}
cd ethos-u
git reset --hard ${ethos_u_base_rev}
python3 ./fetch_externals.py fetch
python3 ./fetch_externals.py -c ${ethos_u_base_rev}.json fetch
pip install pyelftools
echo "[${FUNCNAME[0]}] Done @ $(git describe --all --long 3> /dev/null) in ${root_dir}/ethos-u dir."
}
Expand Down

0 comments on commit 089858b

Please sign in to comment.