Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SeldonIO/MLServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 92e3b7277e3b660bf3253dae2b1878fff16dedf1
Choose a base ref
..
head repository: SeldonIO/MLServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d02db95639d876a559b5a5492e0a65537c872e63
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 runtimes/huggingface/tests/test_common.py
3 changes: 2 additions & 1 deletion runtimes/huggingface/tests/test_common.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,8 @@
"i32": np.int32(1.0),
"i64": np.int64(1.0)
},
'{"f_": 1.0, "f16": 1.0, "f32": 1.0, "f64": 1.0, "i_": 1, "i0": 1, "i8": 1, "i16": 1, "i32": 1, "i64": 1}'
'{"f_": 1.0, "f16": 1.0, "f32": 1.0, "f64": 1.0, "i_": '
+ '1, "i0": 1, "i8": 1, "i16": 1, "i32": 1, "i64": 1}'
),
(
{