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",