[DOCS] update installation doc and add gitignore (#279)
Co-authored-by: Min Xu <min.xu.public@gmail.com>
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
__pycache__
|
||||||
|
.pytest_cache
|
||||||
|
|
||||||
|
python/build/
|
||||||
|
python/triton.egg-info/
|
||||||
|
python/triton/_C/libtriton.so
|
@@ -44,6 +44,7 @@ You can then test your installation by running the unit tests:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
pip install -r requirements-test.txt
|
||||||
pytest -vs .
|
pytest -vs .
|
||||||
|
|
||||||
and the benchmarks
|
and the benchmarks
|
||||||
|
1
python/requirements-test.txt
Normal file
1
python/requirements-test.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
scipy >= 1.7.1
|
Reference in New Issue
Block a user