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 07b487b commit 5796835Copy full SHA for 5796835
.ci/scripts/zephyr-utils.sh
@@ -21,10 +21,10 @@ setup_zephyr_et_module () {
21
setup_optimum() {
22
git clone https://github.com/huggingface/optimum-executorch.git
23
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
+ python -m pip install --upgrade pip
+ python -m pip install '.[dev]'
+ python install_dev.py --skip_override_torch
+ python -m pip install torchao==0.11.0
+ python -m pip install transformers==4.52.4
+ python -m pip install torchcodec==0.4.0
30
}
0 commit comments