Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
trisongz committed Jul 29, 2021
1 parent f955ffb commit b3cca20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelogs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.0.8 - July 28, 2021
v0.0.81 - July 28, 2021

- Add API for LazyHFModel
- Hotfix for importing LazyHFModel
3 changes: 2 additions & 1 deletion lazyops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .utils import build_chunks, retryable, list_to_dict
from .mp import lazy_parallelize, lazyproc, lazymultiproc, LazyProcs, LazyProc
from .apis import LazyAPI, LazyAPIConfig
from .lazyio import LazyHFModel


lazyenv = LazyEnv
lazyitem = LazyData
Expand All @@ -30,6 +30,7 @@
lazyapi = LazyAPI
lazyapiconfig = LazyAPIConfig

from .lazyio import LazyHFModel

__all__ = [
'lazyclass',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import setup, find_packages

version = '0.0.8'
version = '0.0.81'
binary_names = ['lazyops']
pkg_name = 'lazyops'

Expand Down

0 comments on commit b3cca20

Please sign in to comment.