[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

@@ -38,5 +38,5 @@ jobs:
sh ./update-website.sh
eval `ssh-agent -s`
DISPLAY=:0 SSH_ASKPASS=~/.ssh/give_pass.sh ssh-add ${{ secrets.SSH_KEY }} <<< ${{ secrets.SSH_PASS }}
git remote set-url origin git@github.com:ptillet/triton.git
git remote set-url origin git@github.com:openai/triton.git
git push

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 .

View File

@@ -135,7 +135,7 @@ setup(
zip_safe=False,
# for PyPI
keywords=["Compiler", "Deep Learning"],
url="https://github.com/ptillet/triton/",
url="https://github.com/openai/triton/",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",