Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lucidrains/titans-pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.10
Choose a base ref
...
head repository: lucidrains/titans-pytorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.11
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 21, 2025

  1. bump axial pos emb lib again

    lucidrains committed Jan 21, 2025

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    0ddeffd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pyproject.toml
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "titans-pytorch"
version = "0.1.10"
version = "0.1.11"
description = "Titans"
authors = [
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
@@ -26,7 +26,7 @@ classifiers=[

dependencies = [
"accelerated-scan>=0.2.0",
"axial_positional_embedding>=0.3.6",
"axial_positional_embedding>=0.3.7",
"einops>=0.8.0",
"einx>=0.3.0",
"hyper-connections>=0.1.8",