[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
|
sh ./update-website.sh
|
||||||
eval `ssh-agent -s`
|
eval `ssh-agent -s`
|
||||||
DISPLAY=:0 SSH_ASKPASS=~/.ssh/give_pass.sh ssh-add ${{ secrets.SSH_KEY }} <<< ${{ secrets.SSH_PASS }}
|
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
|
git push
|
@@ -33,7 +33,7 @@ You can install the Python package from source by running the following commands
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
git clone https://github.com/ptillet/triton.git;
|
git clone https://github.com/openai/triton.git;
|
||||||
cd triton/python;
|
cd triton/python;
|
||||||
pip install cmake; # build time dependency
|
pip install cmake; # build time dependency
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
@@ -135,7 +135,7 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
# for PyPI
|
# for PyPI
|
||||||
keywords=["Compiler", "Deep Learning"],
|
keywords=["Compiler", "Deep Learning"],
|
||||||
url="https://github.com/ptillet/triton/",
|
url="https://github.com/openai/triton/",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
Reference in New Issue
Block a user