__version__
This commit is contained in:
parent
9c3849fc1d
commit
9e2b00e167
3 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "unsloth.models._utils.__version__"}
|
||||
version = {attr = "unsloth.__version__"}
|
||||
|
||||
[tool.setuptools]
|
||||
include-package-data = false
|
||||
|
|
|
|||
|
|
@ -81,4 +81,5 @@ except:
|
|||
pass
|
||||
|
||||
from .models import *
|
||||
from .models import __version__
|
||||
from .save import *
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@ from .loader import FastLanguageModel
|
|||
from .llama import FastLlamaModel
|
||||
from .mistral import FastMistralModel
|
||||
from .dpo import PatchDPOTrainer
|
||||
from ._utils import __version__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue