[CI] Update ptillet to openai (#152)

This commit is contained in:
Reid Draper
2021-07-29 13:39:50 -05:00
committed by GitHub
parent 2f0f51be50
commit 2322d6df2a
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ You can install the Python package from source by running the following commands
.. code-block:: bash
git clone https://github.com/ptillet/triton.git;
git clone https://github.com/openai/triton.git;
cd triton/python;
pip install cmake; # build time dependency
pip install -e .