Skip to content

Commit b4e43d7

Browse files
author
Kim
authored
Update README.md (#1717)
1 parent b751864 commit b4e43d7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/gpu/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,10 @@ python3 -m pip install pytest
1919
## Find and Run tests
2020

2121
* All tests are found under the ${PATH_To_Your_Extension_Source_Code}/tests/gpu/ path.
22-
* Or download from the repo with below command.
23-
24-
```bash
25-
git clone https://github.com/intel-innersource/frameworks.ai.pytorch.ipex-gpu.git
26-
```
27-
2822
* Please use pytest to run one test, or all of them if ${Test_Name} is empty.
2923

3024
```bash
31-
pytest ${PATH_To_Your_Extension_Source_Code}/tests/gpu/${Test_Name}
25+
python3 -m pytest ${PATH_To_Your_Extension_Source_Code}/tests/gpu/${Test_Name}
3226
```
3327

3428
## Contribute

0 commit comments

Comments
 (0)