diff --git a/template/__init__.py b/template/__init__.py index 1acd8dbd..9d0df1df 100644 --- a/template/__init__.py +++ b/template/__init__.py @@ -27,6 +27,9 @@ + (1 * int(version_split[2])) ) +u64_max = 2**64 - 10 +__weights_version__ = u64_max + import os from openai import AsyncOpenAI