Skip to content

Commit 1fdce26

Browse files
committedMar 8, 2025
Merge remote-tracking branch 'upstream/main' into feature/directml
2 parents 22b098d + 3adbe7c commit 1fdce26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+136
-47
lines changed
 

‎.github/workflows/build_main_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- name: Combine subpackage documentation
187187
run: |
188188
cd optimum
189-
sudo python docs/combine_docs.py --subpackages nvidia amd intel neuron tpu habana furiosa --version ${{ env.VERSION }}
189+
sudo python docs/combine_docs.py --subpackages nvidia amd intel neuron tpu habana furiosa executorch --version ${{ env.VERSION }}
190190
cd ..
191191
192192
- name: Push to repositories

‎.github/workflows/build_pr_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Combine subpackage documentation
121121
run: |
122122
cd optimum
123-
sudo python docs/combine_docs.py --subpackages nvidia amd intel neuron tpu habana furiosa --version pr_$PR_NUMBER
123+
sudo python docs/combine_docs.py --subpackages nvidia amd intel neuron tpu habana furiosa executorch --version pr_$PR_NUMBER
124124
sudo mv optimum-doc-build ../
125125
cd ..
126126

0 commit comments

Comments
 (0)