Skip to content

Commit b8abadf

Browse files
authored
Merge branch 'main' into dev1/hutton/fix_uint16
2 parents e4e2790 + ebc38b2 commit b8abadf

File tree

210 files changed

+5783
-2875
lines changed

Some content is hidden

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

210 files changed

+5783
-2875
lines changed

.ci/scripts/build_llama_android.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ install_executorch_and_backend_lib() {
2626
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
2727
-DEXECUTORCH_BUILD_XNNPACK=ON \
2828
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
29+
-DEXECUTORCH_BUILD_QUANTIZED=ON \
2930
-DXNNPACK_ENABLE_ARM_BF16=OFF \
3031
-Bcmake-android-out .
3132

.ci/scripts/test_llama.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ cmake_install_executorch_libraries() {
7575
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
7676
-DEXECUTORCH_BUILD_CUSTOM="$CUSTOM" \
7777
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
78+
-DEXECUTORCH_BUILD_QUANTIZED=ON \
7879
-DEXECUTORCH_BUILD_XNNPACK="$XNNPACK" \
7980
-DPYTHON_EXECUTABLE="$PYTHON_EXECUTABLE" \
8081
-Bcmake-out .

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout: 90
5959
script: |
6060
BUILD_TOOL=cmake
61-
VERSION="0.1.0"
61+
VERSION="latest"
6262
FRAMEWORKS=(
6363
"executorch"
6464
"coreml_backend"

.github/workflows/doc-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@ jobs:
9898
REF_TYPE=${{ github.ref_type }}
9999
REF_NAME=${{ github.ref_name }}
100100
101-
# If it's main branch, add noindex tag to all .html files to exclude from Google Search indexing.
102-
REF_NAME=$(echo "${{ github.ref }}")
103-
echo "Ref name: ${REF_NAME}"
104-
if [[ "${{ github.ref }}" == 'refs/heads/main' ]]; then
105-
find docs -name "*.html" -print0 | xargs -0 sed -i '/<head>/a \ \ <meta name="robots" content="noindex">';
106-
fi
107-
108101
# If building for a release tag, branch, set the branch/tag name
109102
# as the target folder in the gh-pages branch. The artifacts created
110103
# during the build will be copied over to the target dir in the

.swift/coreml_backend/dummy.swift

Whitespace-only changes.

.swift/coreml_backend_debug/dummy.swift

Whitespace-only changes.

.swift/custom_backend/dummy.swift

Whitespace-only changes.

.swift/custom_backend_debug/dummy.swift

Whitespace-only changes.

.swift/executorch/dummy.swift

Whitespace-only changes.

.swift/executorch_debug/dummy.swift

Whitespace-only changes.

0 commit comments

Comments
 (0)