Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Ramesh committed Mar 8, 2024
1 parent f219dbb commit 33af948
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
git clone https://github.com/openai/triton.git
cd triton/python
pip install -e .
- name: Install Dependencies if Cache Missed
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
cd triton_viz
pip install -e .
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
pip uninstall pytorch-triton -y
- name: Lint with pre-commit
run: |
cd triton_viz
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"triton",
"gradio",
"chalk-diagrams @ git+https://github.com/chalk-diagrams/chalk.git",
"pyarrow",
"pytest",
"pre-commit",
],
)

0 comments on commit 33af948

Please sign in to comment.