[CI] Update ptillet
to openai
(#152)
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -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
|
@@ -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 .
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user