nexaai 1.0.21rc16__cp310-cp310-macosx_14_0_universal2.whl → 1.0.22__cp310-cp310-macosx_14_0_universal2.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 nexaai might be problematic. Click here for more details.
- nexaai/_stub.cpython-310-darwin.so +0 -0
- nexaai/_version.py +1 -1
- nexaai/binds/libnexa_bridge.dylib +0 -0
- nexaai/utils/model_manager.py +2 -0
- {nexaai-1.0.21rc16.dist-info → nexaai-1.0.22.dist-info}/METADATA +1 -1
- {nexaai-1.0.21rc16.dist-info → nexaai-1.0.22.dist-info}/RECORD +8 -8
- {nexaai-1.0.21rc16.dist-info → nexaai-1.0.22.dist-info}/WHEEL +0 -0
- {nexaai-1.0.21rc16.dist-info → nexaai-1.0.22.dist-info}/top_level.txt +0 -0
|
Binary file
|
nexaai/_version.py
CHANGED
|
Binary file
|
nexaai/utils/model_manager.py
CHANGED
|
@@ -1495,6 +1495,8 @@ def auto_download_model(func: Callable) -> Callable:
|
|
|
1495
1495
|
token = None
|
|
1496
1496
|
if 'token' in kwargs:
|
|
1497
1497
|
token = kwargs.pop('token') # Remove from kwargs to avoid passing to original func
|
|
1498
|
+
if token is None or token == '':
|
|
1499
|
+
token = os.getenv('HF_TOKEN') or os.getenv('NEXA_HFTOKEN')
|
|
1498
1500
|
|
|
1499
1501
|
# Handle name_or_path parameter
|
|
1500
1502
|
name_or_path = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
nexaai/__init__.py,sha256=gOd7sNsqEESopw_24xgnOSkIRENrk4Fa-RMtmVv62eA,2421
|
|
2
|
-
nexaai/_stub.cpython-310-darwin.so,sha256=
|
|
3
|
-
nexaai/_version.py,sha256=
|
|
2
|
+
nexaai/_stub.cpython-310-darwin.so,sha256=OZuKXZRiNGMjNupMnGLv14pYMIoOzTxHGHflS4zUk2I,66768
|
|
3
|
+
nexaai/_version.py,sha256=fWzVuSja_lnFQfiXurvM3Nq0-fbC2d6ueAZkQQ-1E6Q,139
|
|
4
4
|
nexaai/asr.py,sha256=wqtq71cxIMGE4KvOIYZebHdWik8dy4LyKrDI98PDvzQ,2294
|
|
5
5
|
nexaai/base.py,sha256=N8PRgDFA-XPku2vWnQIofQ7ipz3pPlO6f8YZGnuhquE,982
|
|
6
6
|
nexaai/common.py,sha256=MRWZ6a7pnci_OUHxZRm3YqgKLAtZFD7b88STYDfeIF8,3460
|
|
@@ -21,7 +21,7 @@ nexaai/binds/__init__.py,sha256=2-Rr0NwyWygqwS8Xlxq0BJ2ltyID-WbGuzEYNlSanCI,155
|
|
|
21
21
|
nexaai/binds/asr_bind.cpython-310-darwin.so,sha256=nr1BqGYRCooj2k5khaIvGG06_GrzudMXa9xa15UQ-88,200768
|
|
22
22
|
nexaai/binds/common_bind.cpython-310-darwin.so,sha256=zxJuD0nSV--VZKxBfWZUavU7_bHj_JTi0FhkjvG4VJw,235264
|
|
23
23
|
nexaai/binds/embedder_bind.cpython-310-darwin.so,sha256=nn3kINQUNyXIzmcU1olLg8RlkZYyIs_RtIlCk6OH1ds,202064
|
|
24
|
-
nexaai/binds/libnexa_bridge.dylib,sha256=
|
|
24
|
+
nexaai/binds/libnexa_bridge.dylib,sha256=SOnKb1axm7bJtwLEqV3DAIN9z0KCZWzABC3X-IQis48,291224
|
|
25
25
|
nexaai/binds/llm_bind.cpython-310-darwin.so,sha256=YP_GzIPBb4OMNmI-VMYgorx5g31oorcdBI3XQpi3jKI,182784
|
|
26
26
|
nexaai/binds/rerank_bind.cpython-310-darwin.so,sha256=GJmffOLo9A48S_pMG2CtHyhbamtt97QikSSCXk3LqiM,183920
|
|
27
27
|
nexaai/binds/vlm_bind.cpython-310-darwin.so,sha256=JEoQbyOkMXVK4WyBCqKBHbyXHtTiTWT18UkZMFvMh4k,182704
|
|
@@ -562,14 +562,14 @@ nexaai/tts_impl/mlx_tts_impl.py,sha256=i_uNPdvlXYtL3e01oKjDlP9jgkWCRt1bBHsExaaiJ
|
|
|
562
562
|
nexaai/tts_impl/pybind_tts_impl.py,sha256=mpn44r6pfYLIl-NrEy2dXHjGtWtNCmM7HRyxiANxUI4,1444
|
|
563
563
|
nexaai/utils/decode.py,sha256=61n4Zf6c5QLyqGoctEitlI9BX3tPlP2a5aaKNHbw3T4,404
|
|
564
564
|
nexaai/utils/manifest_utils.py,sha256=OOp_BmFWH1ZHMYkS2VGAby5Rpm4f4GLCRBJEBYm-kys,21489
|
|
565
|
-
nexaai/utils/model_manager.py,sha256=
|
|
565
|
+
nexaai/utils/model_manager.py,sha256=8mEESGneQy6RNQ2L_y0cYh7F8cerDE8BGbCgzZwp5Dg,66224
|
|
566
566
|
nexaai/utils/model_types.py,sha256=ONWjjo8CFPdhxki6qo7MXnSZaEzjBcxa_Kkf_y5NXus,1483
|
|
567
567
|
nexaai/utils/progress_tracker.py,sha256=jdUqtmPqyhwC9uSKvQcJEYETwSt-OhP4oitdJ94614o,15394
|
|
568
568
|
nexaai/utils/quantization_utils.py,sha256=FYcNSAKGlBqFDUTx3jSKOr2lnq4nyiyC0ZG8oSxFwiU,7825
|
|
569
569
|
nexaai/vlm_impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
570
570
|
nexaai/vlm_impl/mlx_vlm_impl.py,sha256=sgHqnX5OCSGLccCnTuRiktIbqThNn3AAIvYE2_Dy4TI,10833
|
|
571
571
|
nexaai/vlm_impl/pybind_vlm_impl.py,sha256=stJKHdhYhBuWUQkky-nHgCv625qDB_1geI3v5BLNGpM,9765
|
|
572
|
-
nexaai-1.0.
|
|
573
|
-
nexaai-1.0.
|
|
574
|
-
nexaai-1.0.
|
|
575
|
-
nexaai-1.0.
|
|
572
|
+
nexaai-1.0.22.dist-info/METADATA,sha256=dgjz8lyw-1DssxtFV5wnxMO5P5iPnLVbOElwYtgrzic,1184
|
|
573
|
+
nexaai-1.0.22.dist-info/WHEEL,sha256=T2p57lol9__xkoU6aJTyN1Pm43ZpRU3q6km7mIbrAMs,114
|
|
574
|
+
nexaai-1.0.22.dist-info/top_level.txt,sha256=LRE2YERlrZk2vfuygnSzsEeqSknnZbz3Z1MHyNmBU4w,7
|
|
575
|
+
nexaai-1.0.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|