From 8fc8d813ee038fa20c252695da1da28c81465460 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Sat, 6 Jul 2024 06:09:57 -0700 Subject: [PATCH] fix local attention not pickleable --- meshgpt_pytorch/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meshgpt_pytorch/version.py b/meshgpt_pytorch/version.py index 57de876..84b3eef 100644 --- a/meshgpt_pytorch/version.py +++ b/meshgpt_pytorch/version.py @@ -1 +1 @@ -__version__ = '1.5.9' +__version__ = '1.5.10' diff --git a/setup.py b/setup.py index 094a202..ad584ad 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'environs', 'gateloop-transformer>=0.2.2', 'jaxtyping', - 'local-attention>=1.9.9', + 'local-attention>=1.9.11', 'numpy', 'pytorch-custom-utils>=0.0.9', 'rotary-embedding-torch>=0.6.4',