Skip to content

Commit b3cca20

Browse files
committed
Update
1 parent f955ffb commit b3cca20

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelogs.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
v0.0.8 - July 28, 2021
1+
v0.0.81 - July 28, 2021
22

33
- Add API for LazyHFModel
4+
- Hotfix for importing LazyHFModel

lazyops/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .utils import build_chunks, retryable, list_to_dict
1717
from .mp import lazy_parallelize, lazyproc, lazymultiproc, LazyProcs, LazyProc
1818
from .apis import LazyAPI, LazyAPIConfig
19-
from .lazyio import LazyHFModel
19+
2020

2121
lazyenv = LazyEnv
2222
lazyitem = LazyData
@@ -30,6 +30,7 @@
3030
lazyapi = LazyAPI
3131
lazyapiconfig = LazyAPIConfig
3232

33+
from .lazyio import LazyHFModel
3334

3435
__all__ = [
3536
'lazyclass',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from setuptools import setup, find_packages
44

5-
version = '0.0.8'
5+
version = '0.0.81'
66
binary_names = ['lazyops']
77
pkg_name = 'lazyops'
88

0 commit comments

Comments
 (0)