From 2322d6df2a3f71bdc58c78dd5a4621bca8f25402 Mon Sep 17 00:00:00 2001 From: Reid Draper Date: Thu, 29 Jul 2021 13:39:50 -0500 Subject: [PATCH] [CI] Update `ptillet` to `openai` (#152) --- .github/workflows/documentation.yml | 2 +- docs/getting-started/installation.rst | 2 +- python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d60d500cb..695dfd1e3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 \ No newline at end of file diff --git a/docs/getting-started/installation.rst b/docs/getting-started/installation.rst index ba8c64648..e687cc1da 100644 --- a/docs/getting-started/installation.rst +++ b/docs/getting-started/installation.rst @@ -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 . diff --git a/python/setup.py b/python/setup.py index d7f640ed0..308ffa966 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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",