Skip to content

Commit 825031c

Browse files
authored
Correct links and formal name (#1721)
1 parent 361abc9 commit 825031c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/gpu/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
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

0 commit comments

Comments
 (0)