Commit 0696506
committed
[TESTS] Fix ONNX serialization test failures: setuptools bump + converter bug fix
### Details:
- Bump setuptools upper bound from <80.10 to <84 to allow 80.10.x patch releases and 83.x
- Fix wrong method call in onnx_prototxt_converter.py: serialize_proto -> deserialize_proto in the bytes branch of save_model
### Tickets:
- N/A1 parent a41b4dd commit 0696506
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments