optimum-rbln 0.8.4a2__py3-none-any.whl → 0.8.4a4__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.
Potentially problematic release.
This version of optimum-rbln might be problematic. Click here for more details.
- optimum/rbln/__version__.py +2 -2
- optimum/rbln/transformers/models/qwen2_vl/modeling_qwen2_vl.py +0 -1
- {optimum_rbln-0.8.4a2.dist-info → optimum_rbln-0.8.4a4.dist-info}/METADATA +2 -2
- {optimum_rbln-0.8.4a2.dist-info → optimum_rbln-0.8.4a4.dist-info}/RECORD +6 -6
- {optimum_rbln-0.8.4a2.dist-info → optimum_rbln-0.8.4a4.dist-info}/WHEEL +0 -0
- {optimum_rbln-0.8.4a2.dist-info → optimum_rbln-0.8.4a4.dist-info}/licenses/LICENSE +0 -0
optimum/rbln/__version__.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.8.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 8, 4, '
|
|
31
|
+
__version__ = version = '0.8.4a4'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 8, 4, 'a4')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -407,7 +407,6 @@ class RBLNQwen2VLForConditionalGeneration(RBLNDecoderOnlyModelForCausalLM):
|
|
|
407
407
|
input_id,
|
|
408
408
|
image_grid_thw[image_idx : image_idx + image_nums] if image_grid_thw is not None else None,
|
|
409
409
|
video_grid_thw[video_idx : video_idx + video_nums] if video_grid_thw is not None else None,
|
|
410
|
-
attention_mask=attention_mask[b_idx : b_idx + 1] if attention_mask is not None else None,
|
|
411
410
|
)
|
|
412
411
|
image_idx += image_nums
|
|
413
412
|
video_idx += video_nums
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: optimum-rbln
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.4a4
|
|
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
|
|
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
23
23
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
24
24
|
Requires-Python: <3.13,>=3.9
|
|
25
25
|
Requires-Dist: accelerate>=1.0.1
|
|
26
|
-
Requires-Dist: diffusers==0.
|
|
26
|
+
Requires-Dist: diffusers==0.35.1
|
|
27
27
|
Requires-Dist: packaging>=24.1
|
|
28
28
|
Requires-Dist: torch==2.7.0
|
|
29
29
|
Requires-Dist: torchaudio<=2.7.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
optimum/rbln/__init__.py,sha256=DAJM5PWAYFiWVlyxVXUvj3CaFOEhX1yhEfhIt1LxL-A,18714
|
|
2
|
-
optimum/rbln/__version__.py,sha256=
|
|
2
|
+
optimum/rbln/__version__.py,sha256=td-R0nKh-9PIdL5N6M4QQa5UHcCuVRyhosfW2uMBABg,712
|
|
3
3
|
optimum/rbln/configuration_utils.py,sha256=WNubd8EJIrdBkLOGT2UJJorgNL3lzhjg3a4bihAIptY,34761
|
|
4
4
|
optimum/rbln/modeling.py,sha256=cAIPWEw5DGzUWeqjCbocRhU6OO3jyhVGW60AmBLh1Nw,14134
|
|
5
5
|
optimum/rbln/modeling_base.py,sha256=97ju0uHJXB7PaorKaspf-FbLfsaHy0HwRVLJqtVscXA,27574
|
|
@@ -186,7 +186,7 @@ optimum/rbln/transformers/models/qwen2_5_vl/modeling_qwen2_5_vl.py,sha256=hRvA37
|
|
|
186
186
|
optimum/rbln/transformers/models/qwen2_5_vl/qwen2_5_vl_architecture.py,sha256=i_UUWhKoFjJ5CCpgeWicqABM23TxMEKPQ354LoZ6iUU,7445
|
|
187
187
|
optimum/rbln/transformers/models/qwen2_vl/__init__.py,sha256=O3t6zKda92CnZDzEnz_dcisMOQ71-OOJxElXzKCH5e0,849
|
|
188
188
|
optimum/rbln/transformers/models/qwen2_vl/configuration_qwen2_vl.py,sha256=OGIlUHWNymBTOxnwit-1gm2Gpl8bbGV0i076Sa4RgCw,4718
|
|
189
|
-
optimum/rbln/transformers/models/qwen2_vl/modeling_qwen2_vl.py,sha256=
|
|
189
|
+
optimum/rbln/transformers/models/qwen2_vl/modeling_qwen2_vl.py,sha256=PCxnruFGg4YUXTJNYIHUmWmH5l2MKKxTPyqKdktX1n8,20180
|
|
190
190
|
optimum/rbln/transformers/models/qwen2_vl/qwen2_vl_architecture.py,sha256=EZlCuSRTIpSAGEjtDi4SY1V9RRdtgg76ie5jqec1UuI,4833
|
|
191
191
|
optimum/rbln/transformers/models/qwen3/__init__.py,sha256=tI4KwvXpD35dUUaa8aLUXpWoU9gJGcmKXeywOlH14ZE,746
|
|
192
192
|
optimum/rbln/transformers/models/qwen3/configuration_qwen3.py,sha256=BFRPggnH4VlsXlOa19C6KAID-bPgQ8ooQ29dvogh5zk,2102
|
|
@@ -242,7 +242,7 @@ optimum/rbln/utils/model_utils.py,sha256=4k5879Kh75m3x_vS4-qOGfqsOiAvc2kdNFFfvsF
|
|
|
242
242
|
optimum/rbln/utils/runtime_utils.py,sha256=R6uXDbeJP03-FWdd4vthNe2D4aCra5n12E3WB1ifiGM,7933
|
|
243
243
|
optimum/rbln/utils/save_utils.py,sha256=hG5uOtYmecSXZuGTvCXsTM-SiyZpr5q3InUGCCq_jzQ,3619
|
|
244
244
|
optimum/rbln/utils/submodule.py,sha256=60NGLFvnhjP1DJg1opdb-FVQDsthcLCwWjW_1WQaasU,5280
|
|
245
|
-
optimum_rbln-0.8.
|
|
246
|
-
optimum_rbln-0.8.
|
|
247
|
-
optimum_rbln-0.8.
|
|
248
|
-
optimum_rbln-0.8.
|
|
245
|
+
optimum_rbln-0.8.4a4.dist-info/METADATA,sha256=OLTQgqb5Cry1ep2GyNVck8WCYxOI2u-qb-Un1Im1wdE,5299
|
|
246
|
+
optimum_rbln-0.8.4a4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
247
|
+
optimum_rbln-0.8.4a4.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
248
|
+
optimum_rbln-0.8.4a4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|