Skip to content

Commit 5796835

Browse files
committed
Still issues with setting optimum
1 parent 07b487b commit 5796835

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci/scripts/zephyr-utils.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ setup_zephyr_et_module () {
2121
setup_optimum() {
2222
git clone https://github.com/huggingface/optimum-executorch.git
2323
cd optimum-executorch
24-
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
28-
python3 -m pip install transformers==4.52.4
29-
python3 -m pip install torchcodec==0.4.0
24+
python -m pip install --upgrade pip
25+
python -m pip install '.[dev]'
26+
python install_dev.py --skip_override_torch
27+
python -m pip install torchao==0.11.0
28+
python -m pip install transformers==4.52.4
29+
python -m pip install torchcodec==0.4.0
3030
}

0 commit comments

Comments
 (0)