File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
33## Notice
44
5- * These tests are powered by [ Pytest] ( https://docspytest.org/en/stable/ ) .
6-
7- * Please refer to [ Pytest Documents] ( https://docspytest.org/en/stable/ ) for more helps.
5+ * These tests are powered by [ pytest] ( https://docs.pytest.org/ ) .
86
97## Pre-requirements
108
11- * PyTorch and Intel GPU Extension for PyTorch have been installed and verified.
9+ * PyTorch\* and Intel® Extension for PyTorch\* have been installed and verified.
1210
1311* Install Pytest
1412
@@ -18,7 +16,7 @@ python3 -m pip install pytest
1816
1917## Find and Run tests
2018
21- * All tests are found under the ${PATH_To_Your_Extension_Source_Code}/tests/gpu/ path .
19+ * All tests are found under the ${PATH_To_Your_Extension_Source_Code}/tests/gpu/.
2220* Please use pytest to run one test, or all of them if ${Test_Name} is empty.
2321
2422``` bash
@@ -132,7 +130,7 @@ class TestTorchMethod(TestCase):
132130
133131
134132
135- ## How to RUN and DEBUG Test Cases of Pytorch Test Suite
133+ ## How to RUN and DEBUG Test Cases of PyTorch \* Test Suite
136134
137135### RUN the Whole Test Suite
138136
You can’t perform that action at this time.
0 commit comments