Skip to content

Commit 06a17d2

Browse files
author
Ashish Gupta
committed
add tflite
1 parent 2d7dd63 commit 06a17d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
LOGGER = logging.getLogger("sagemaker")
2626

27-
NEO_ALLOWED_FRAMEWORKS = set(["mxnet", "tensorflow", "keras", "pytorch", "onnx", "xgboost"])
27+
NEO_ALLOWED_FRAMEWORKS = set(["mxnet", "tensorflow", "keras", "pytorch", "onnx", "xgboost", "tflite"])
2828

2929
NEO_IMAGE_ACCOUNT = {
3030
"us-west-1": "710691900526",

0 commit comments

Comments
 (0)