optimum-rbln 0.8.0.post1__py3-none-any.whl → 0.8.0.post2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- optimum/rbln/__version__.py +2 -2
- optimum/rbln/configuration_utils.py +8 -0
- {optimum_rbln-0.8.0.post1.dist-info → optimum_rbln-0.8.0.post2.dist-info}/METADATA +1 -1
- {optimum_rbln-0.8.0.post1.dist-info → optimum_rbln-0.8.0.post2.dist-info}/RECORD +6 -6
- {optimum_rbln-0.8.0.post1.dist-info → optimum_rbln-0.8.0.post2.dist-info}/WHEEL +0 -0
- {optimum_rbln-0.8.0.post1.dist-info → optimum_rbln-0.8.0.post2.dist-info}/licenses/LICENSE +0 -0
optimum/rbln/__version__.py
CHANGED
@@ -17,5 +17,5 @@ __version__: str
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
18
18
|
version_tuple: VERSION_TUPLE
|
19
19
|
|
20
|
-
__version__ = version = '0.8.0.
|
21
|
-
__version_tuple__ = version_tuple = (0, 8, 0, '
|
20
|
+
__version__ = version = '0.8.0.post2'
|
21
|
+
__version_tuple__ = version_tuple = (0, 8, 0, 'post2')
|
@@ -474,7 +474,15 @@ class RBLNModelConfig(RBLNSerializableConfigProtocol):
|
|
474
474
|
|
475
475
|
if isinstance(submodule_config, dict):
|
476
476
|
from_predecessor = self._runtime_options.copy()
|
477
|
+
from_predecessor.update(
|
478
|
+
{
|
479
|
+
"npu": self.npu,
|
480
|
+
"tensor_parallel_size": self.tensor_parallel_size,
|
481
|
+
"optimum_rbln_version": self.optimum_rbln_version,
|
482
|
+
}
|
483
|
+
)
|
477
484
|
from_predecessor.update(kwargs)
|
485
|
+
|
478
486
|
init_kwargs = from_predecessor
|
479
487
|
init_kwargs.update(submodule_config)
|
480
488
|
submodule_config = submodule_config_cls(**init_kwargs)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: optimum-rbln
|
3
|
-
Version: 0.8.0.
|
3
|
+
Version: 0.8.0.post2
|
4
4
|
Summary: Optimum RBLN is the interface between the HuggingFace Transformers and Diffusers libraries and RBLN accelerators. It provides a set of tools enabling easy model loading and inference on single and multiple rbln device settings for different downstream tasks.
|
5
5
|
Project-URL: Homepage, https://rebellions.ai
|
6
6
|
Project-URL: Documentation, https://docs.rbln.ai
|
@@ -1,6 +1,6 @@
|
|
1
1
|
optimum/rbln/__init__.py,sha256=oAnsJSMrPYwBGEttUt3CMXTIESVNe15ftTWRTShwhZI,14386
|
2
|
-
optimum/rbln/__version__.py,sha256=
|
3
|
-
optimum/rbln/configuration_utils.py,sha256=
|
2
|
+
optimum/rbln/__version__.py,sha256=75bd_pNpUZxUHlc7qbG6-4x33AwcFJhMbPTXrvFx4-E,526
|
3
|
+
optimum/rbln/configuration_utils.py,sha256=HWOksqd8DHcytVoL9k00aWb6XQJ036DqVoWd2y-8ep8,31544
|
4
4
|
optimum/rbln/modeling.py,sha256=BpydF-bLBF60NnRMbtZwn5odOUjU4Awu9azqGeSufTI,11462
|
5
5
|
optimum/rbln/modeling_base.py,sha256=HQgscr5jpUEtuXU1ACJHSLIntX-kq6Ef0SQ_W2-rp5A,25341
|
6
6
|
optimum/rbln/diffusers/__init__.py,sha256=XL6oKPHbPCV6IVCw3fu0-M9mD2KO_x6unx5kJdAtpVY,6180
|
@@ -178,7 +178,7 @@ optimum/rbln/utils/model_utils.py,sha256=V2kFpUe2aqVzLwbpztD8JOVFQqRHncvIWwJbgnU
|
|
178
178
|
optimum/rbln/utils/runtime_utils.py,sha256=LoKNK3AQNV_BSScstIZWjICkJf265MnUgy360BOocVI,5454
|
179
179
|
optimum/rbln/utils/save_utils.py,sha256=hG5uOtYmecSXZuGTvCXsTM-SiyZpr5q3InUGCCq_jzQ,3619
|
180
180
|
optimum/rbln/utils/submodule.py,sha256=ZfI7e3YzbjbbBW4Yjfucj8NygEsukfIkaJi3PtwHrhc,5105
|
181
|
-
optimum_rbln-0.8.0.
|
182
|
-
optimum_rbln-0.8.0.
|
183
|
-
optimum_rbln-0.8.0.
|
184
|
-
optimum_rbln-0.8.0.
|
181
|
+
optimum_rbln-0.8.0.post2.dist-info/METADATA,sha256=5id5JPtSaYR7FQG48Acy-NsGdB4GQqksqvgqTPu_1qU,5303
|
182
|
+
optimum_rbln-0.8.0.post2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
183
|
+
optimum_rbln-0.8.0.post2.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
184
|
+
optimum_rbln-0.8.0.post2.dist-info/RECORD,,
|
File without changes
|
File without changes
|