import version in __init__.py
This commit is contained in:
parent
6e8e64d09a
commit
da0fdafc32
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
||||||
from .llama_cpp import *
|
from .llama_cpp import *
|
||||||
from .llama import *
|
from .llama import *
|
||||||
|
|
||||||
|
from .version import __version__
|
Loading…
Reference in a new issue