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 7a38c27 commit dead43fCopy full SHA for dead43f
.ci/scripts/zephyr-utils.sh
@@ -21,7 +21,7 @@ setup_zephyr_et_module () {
21
setup_optimum() {
22
git clone https://github.com/huggingface/optimum-executorch.git
23
cd optimum-executorch
24
- ptyhon3 -m pip install --upgrade pip
+ python3 -m pip install --upgrade pip
25
python3 -m pip install '.[dev]'
26
python3 install_dev.py
27
python3 -m pip install torchao==0.11.0
0 commit comments