We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b751864 commit b4e43d7Copy full SHA for b4e43d7
tests/gpu/README.md
@@ -19,16 +19,10 @@ python3 -m pip install pytest
19
## Find and Run tests
20
21
* 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
28
* Please use pytest to run one test, or all of them if ${Test_Name} is empty.
29
30
```bash
31
-pytest ${PATH_To_Your_Extension_Source_Code}/tests/gpu/${Test_Name}
+python3 -m pytest ${PATH_To_Your_Extension_Source_Code}/tests/gpu/${Test_Name}
32
```
33
34
## Contribute
0 commit comments