Skip to content

Commit

Permalink
more build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 17, 2023
1 parent 792c249 commit 69f2dc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ml/inference/tflite.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !arm && !windows
//go:build !arm && !windows && !no_tflite

package inference

Expand Down
2 changes: 2 additions & 0 deletions services/vision/mlvision/ml_model_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !no_tflite

package mlvision

import (
Expand Down

0 comments on commit 69f2dc4

Please sign in to comment.