We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975a01b commit 134fcd9Copy full SHA for 134fcd9
jax_triton/version.py
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 2, 0)
+__version_info__ = (0, 3, 0)
16
__version__ = ".".join(str(v) for v in __version_info__)
pyproject.toml
@@ -6,8 +6,8 @@ readme = "README.md"
6
requires-python = ">=3.10"
7
dependencies = [
8
"absl-py>=1.4.0",
9
- "jax>=0.4.34",
10
- "triton>=3.1",
+ "jax>=0.6.0",
+ "triton>=3.3",
11
]
[project.optional-dependencies]
0 commit comments