Skip to content

Commit

Permalink
yo (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 authored Aug 31, 2024
1 parent 35abddf commit 964ca73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
'packaging>=21.3.0,<24.2',
'torch>=2.4.0,<2.4.1',
'triton>=2.1.0',
'stanford-stk @ git+https://[email protected]/stanford-futuredata/stk.git@v0.7.1',
'stanford-stk==0.7.1',
]

extra_deps = {}

extra_deps['gg'] = [
'grouped_gemm @ git+https://[email protected]/tgale96/grouped_gemm.git@v0.1.6',
'grouped_gemm==0.1.6',
]

extra_deps['dev'] = [
Expand Down

0 comments on commit 964ca73

Please sign in to comment.