Skip to content

Commit 8dbe0db

Browse files
committed
TF 2.8
1 parent 3f64b9a commit 8dbe0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

get_deps.sh

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

55
ORT_VERSION="1.9.0"
66
DLPACK_VERSION="v0.5_RAI"
7-
TF_VERSION="2.6.0"
7+
TF_VERSION="2.8.0"
88
TFLITE_VERSION="2.0.0"
99
PT_VERSION="1.10.1"
1010

tests/flow/tests_dag_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,6 @@ def test_dag_error_before_tensorget_op(env):
282282
env.assertEqual(type(ret[2]), redis.exceptions.ResponseError)
283283
expected_error_msg = 'Incompatible shapes: [2] vs. [2,2,3] \t [[{{node mul}}]]'
284284
if DEVICE != 'CPU':
285-
expected_error_msg = 'Invalid argument: required broadcastable shapes' \
285+
expected_error_msg = 'required broadcastable shapes' \
286286
' [[{{node mul}}]]'
287287
env.assertContains(expected_error_msg, str(ret[2]))

0 commit comments

Comments
 (0)