Skip to content

Commit

Permalink
add weights version
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Feb 2, 2024
1 parent f6d5485 commit 1297d79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
+ (1 * int(version_split[2]))
)

u64_max = 2**64 - 10
__weights_version__ = u64_max

import os
from openai import AsyncOpenAI

Expand Down

0 comments on commit 1297d79

Please sign in to comment.