Skip to content

Commit c9a7276

Browse files
authored
Merge pull request #2 from PINTO0309/v1.1.0
r2.15
2 parents c78319a + 3472f3d commit c9a7276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tfliteiorewriter/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def rewrite(
6060
rename_list = [[{from_name1}, {to_name1}], [{from_name2}, {to_name2}], [{from_name3}, {to_name3}]]
6161
Default: []
6262
"""
63-
TF_VER: str = 'v2.13.0-rc1'
63+
TF_VER: str = 'r2.15'
6464
FBS_FILE_NAME: str = f'schema.fbs'
65-
URL: str = f'https://raw.githubusercontent.com/tensorflow/tensorflow/{TF_VER}/tensorflow/lite/schema/{FBS_FILE_NAME}'
65+
URL: str = f'https://raw.githubusercontent.com/tensorflow/tensorflow/{TF_VER}/tensorflow/lite/schema//{FBS_FILE_NAME}'
6666

6767
# Download schema.fbs
6868
if not os.path.exists(FBS_FILE_NAME):

0 commit comments

Comments
 (0)