Skip to content

Commit

Permalink
Merge branch 'main' into feat-compression
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuester authored Nov 27, 2024
2 parents 16ad7bb + 31b5246 commit ba79ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ build:ubsan --copt -O3
build:ubsan --copt -fno-omit-frame-pointer
build:ubsan --linkopt -fsanitize=undefined
build:ubsan --linkopt -lubsan

# Hooks for defining local configuration
try-import ../bazelrc.local
try-import bazelrc.local
1 change: 1 addition & 0 deletions python/tflite_micro/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ py_wheel(

sh_test(
name = "whl_test",
size = "large",
srcs = [
"whl_test.sh",
],
Expand Down

0 comments on commit ba79ec2

Please sign in to comment.