[DOCS] update installation doc and add gitignore (#279)

Co-authored-by: Min Xu <min.xu.public@gmail.com>
This commit is contained in:
Min Xu
2021-09-12 21:11:45 -07:00
committed by GitHub
parent 4163d32c49
commit cecca90bea
3 changed files with 9 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ You can then test your installation by running the unit tests:
.. code-block:: bash
pip install -r requirements-test.txt
pytest -vs .
and the benchmarks
@@ -51,4 +52,4 @@ and the benchmarks
.. code-block:: bash
cd bench/
python -m run --with-plots --result-dir /tmp/triton-bench
python -m run --with-plots --result-dir /tmp/triton-bench