Skip to content

Commit

Permalink
preparing axial pos emb for inference yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 21, 2025
1 parent 26080d7 commit 870638d
Showing 1 changed file with 2 additions and 2 deletions.
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.14"
version = "0.1.15"
description = "Titans"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand All @@ -26,7 +26,7 @@ classifiers=[

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

0 comments on commit 870638d

Please sign in to comment.