From 1297d79a13e01b7112749f9eb62411ac2c57010b Mon Sep 17 00:00:00 2001 From: surcyf123 <114649324+surcyf123@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:21:23 -0500 Subject: [PATCH] add weights version --- template/__init__.py | 3 +++ 1 file changed, 3 insertions(+) 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