-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changes - Update conformance tests for benchmark jobs - Add pytest-forked to run each test in own thread to more correct memory monitoring (note: not works for torch_cuda) - Change order of columns in results.csv (status should be last) - Add build_url in report.csv (to faster access to log for specific model) - Catch exception on run benchmark to avoid error status for models with dynamic shape (will be fixed after) - Fix issue with gpt2 with incorrect shape of input data. ### Related tickets 111533 ### Tests manual/job/post_training_quantization_performance/ manual/job/post_training_weight_compression_performance/
- Loading branch information
1 parent
bdf8d27
commit b882992
Showing
6 changed files
with
69 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ pytest-mock==3.12.0 | |
pytest-dependency==0.6.0 | ||
pytest-ordering==0.6 | ||
pytest-xdist==3.5.0 | ||
pytest-forked==1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ onnx | |
onnxruntime | ||
openvino | ||
pytest | ||
pytest-forked | ||
|
||
librosa==0.10.0 | ||
memory-profiler==0.61.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters