nexaai 1.0.17rc1__cp310-cp310-macosx_14_0_universal2.whl → 1.0.17rc3__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.

Binary file
nexaai/_version.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # This file is generated by CMake from _version.py.in
2
2
  # Do not modify this file manually - it will be overwritten
3
3
 
4
- __version__ = "1.0.17-rc1"
4
+ __version__ = "1.0.17-rc3"
Binary file
Binary file
@@ -232,7 +232,7 @@ def generate_step(
232
232
  prompt_progress_callback(prompt_processed_tokens, total_prompt_tokens)
233
233
  prompt_processed_tokens += prefill_step_size
234
234
  y = y[prefill_step_size:]
235
- mx.metal.clear_cache()
235
+ mx.clear_cache()
236
236
 
237
237
  y, logprobs = _step(y)
238
238
 
@@ -249,7 +249,7 @@ def generate_step(
249
249
  break
250
250
  yield y.item(), logprobs
251
251
  if n % 256 == 0:
252
- mx.metal.clear_cache()
252
+ mx.clear_cache()
253
253
  y, logprobs = next_y, next_logprobs
254
254
  n += 1
255
255
 
@@ -371,7 +371,7 @@ def nexa_generate_step(
371
371
  prompt_progress_callback(prompt_processed_tokens, total_prompt_tokens)
372
372
  prompt_processed_tokens += prefill_step_size
373
373
  y = y[prefill_step_size:]
374
- mx.metal.clear_cache()
374
+ mx.clear_cache()
375
375
 
376
376
  y, logprobs = _step(y)
377
377
 
@@ -388,7 +388,7 @@ def nexa_generate_step(
388
388
  break
389
389
  yield y.item(), logprobs
390
390
  if n % 256 == 0:
391
- mx.metal.clear_cache()
391
+ mx.clear_cache()
392
392
  y, logprobs = next_y, next_logprobs
393
393
  n += 1
394
394
 
@@ -507,7 +507,7 @@ def nexa_multimodal_generate_step(
507
507
  prompt_progress_callback(prompt_processed_tokens, total_prompt_tokens)
508
508
  prompt_processed_tokens += prefill_step_size
509
509
  y = y[prefill_step_size:]
510
- mx.metal.clear_cache()
510
+ mx.clear_cache()
511
511
 
512
512
  y, logprobs = _step(y)
513
513
 
@@ -524,7 +524,7 @@ def nexa_multimodal_generate_step(
524
524
  break
525
525
  yield y.item(), logprobs
526
526
  if n % 256 == 0:
527
- mx.metal.clear_cache()
527
+ mx.clear_cache()
528
528
  y, logprobs = next_y, next_logprobs
529
529
  n += 1
530
530
 
@@ -632,7 +632,7 @@ def speculative_generate_step(
632
632
  quantize_cache_fn(cache)
633
633
  mx.eval([c.state for c in cache])
634
634
  y = y[prefill_step_size:]
635
- mx.metal.clear_cache()
635
+ mx.clear_cache()
636
636
  return y
637
637
 
638
638
  def _rewind_cache(num_draft, num_accept):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nexaai
3
- Version: 1.0.17rc1
3
+ Version: 1.0.17rc3
4
4
  Summary: Python bindings for NexaSDK C-lib backend
5
5
  Author-email: "Nexa AI, Inc." <dev@nexa.ai>
6
6
  Project-URL: Homepage, https://github.com/NexaAI/nexasdk-bridge
@@ -1,6 +1,6 @@
1
1
  nexaai/__init__.py,sha256=L8oB7GFZZMGnUpCg0PecDbI_ycKuQak-ZEJ4Y12_QIw,2184
2
- nexaai/_stub.cpython-310-darwin.so,sha256=-U41Rg1210R-O8tEXhmXA-PPJ5tIk48yx-v6HoJD660,66768
3
- nexaai/_version.py,sha256=rKQTMRjwBe37A1MYCov01rf2P607gRZoI-XbYCSIcoA,143
2
+ nexaai/_stub.cpython-310-darwin.so,sha256=EESW_m6rs5Wlme_i2eC5SBJNYxhWpP2ZbxMKx3K8FFg,66768
3
+ nexaai/_version.py,sha256=m8oymb8W-f11Ra9dj3cr9xkH66hL0S5SPIlATwANYmU,143
4
4
  nexaai/asr.py,sha256=NljMXDErwPNMOPaRkJZMEDka9Nk8xyur7L8i924TStY,2054
5
5
  nexaai/base.py,sha256=N8PRgDFA-XPku2vWnQIofQ7ipz3pPlO6f8YZGnuhquE,982
6
6
  nexaai/common.py,sha256=Y0NJNLTi4Nq4x1WL6PQsSvGUto0eGmWhjpsC6jcekfA,3444
@@ -19,7 +19,7 @@ nexaai/asr_impl/pybind_asr_impl.py,sha256=pE9Hb_hMi5yAc4MF83bLVOb8zDtreCkB3_u7XE
19
19
  nexaai/binds/__init__.py,sha256=eYuay_8DDXeOUWz2_R9HFSabohxs6hvZn391t2L0Po0,104
20
20
  nexaai/binds/common_bind.cpython-310-darwin.so,sha256=ya8gz7NnUtHlniGnRyExdwWfdHimEHiJ7Dry4I7_y44,235264
21
21
  nexaai/binds/embedder_bind.cpython-310-darwin.so,sha256=tPa0c0Dv_GiW66fgmAGWGCHXRGNApznqoQS0eQx9GFM,202064
22
- nexaai/binds/libnexa_bridge.dylib,sha256=4VzUccl3U2lTlNEK7-Q1szFpdE7HKRiPmJwQ5Y-VgqM,251192
22
+ nexaai/binds/libnexa_bridge.dylib,sha256=udoZzHIJvexfdqAaBZUIUAXRbmqvqKWolI7hNFwRqoo,251192
23
23
  nexaai/binds/llm_bind.cpython-310-darwin.so,sha256=TAWfa1Hzq00TjtC1xVsiAeLp6hv2LrL5afDz4omUghc,182784
24
24
  nexaai/binds/vlm_bind.cpython-310-darwin.so,sha256=nd6eG_m2EiPthzkSZ97hlXWUOZQir4cQfFJZ4p6eR2U,182704
25
25
  nexaai/binds/nexa_llama_cpp/libggml-base.dylib,sha256=JM4oOkie1su0ES5hMdtILeQHlRukRzH1vTleTupUXhg,650736
@@ -29,7 +29,7 @@ nexaai/binds/nexa_llama_cpp/libggml.dylib,sha256=aOTj_6RrAMkfDO0ZI28_3nfcC-l4Y3d
29
29
  nexaai/binds/nexa_llama_cpp/libllama.dylib,sha256=RkBd5usb8RvEIOamvxCW3UvMauI5bC66G_n6hw83NpY,1786128
30
30
  nexaai/binds/nexa_llama_cpp/libmtmd.dylib,sha256=o6mQqefzQNF0CS4j6odwJKj0gkXm15hIxwlNt88FOn4,605248
31
31
  nexaai/binds/nexa_llama_cpp/libnexa_plugin.dylib,sha256=f-ctmVHSL5x1LKLr0StYM5WscvUW_5olJ7al3ciVmmQ,1863000
32
- nexaai/binds/nexa_mlx/libnexa_plugin.dylib,sha256=s4oelR1kkFrk0MKL23I0m9Uei4yPf48rzdNvknpjodg,623192
32
+ nexaai/binds/nexa_mlx/libnexa_plugin.dylib,sha256=RwkU2ZKm6T0Y6btBD7NaDM67A-MifPkkCgO9VFcpUFY,642456
33
33
  nexaai/binds/nexa_mlx/py-lib/ml.py,sha256=DKXVOAfh8cg7KTKljh7jpcPwfQFNigc6uv_ZXF6lse8,23977
34
34
  nexaai/binds/nexa_mlx/py-lib/profiling.py,sha256=Dc-mybFwBdCIKFWL7CbSHjkOJGAoYHG7r_e_XPhzwBU,9361
35
35
  nexaai/binds/nexa_mlx/py-lib/mlx_audio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -188,7 +188,7 @@ nexaai/binds/nexa_nexaml/libggml-metal.so,sha256=zfaX7rIBYQazH2lf-vza007BMhPTK1A
188
188
  nexaai/binds/nexa_nexaml/libggml.dylib,sha256=aOTj_6RrAMkfDO0ZI28_3nfcC-l4Y3dRCiS3C0d0_eI,58592
189
189
  nexaai/binds/nexa_nexaml/libnexa-mm-process.dylib,sha256=3mITty3oYhoi5yc690CxS0tf4LGanqrPCR0meE-h9HQ,8568120
190
190
  nexaai/binds/nexa_nexaml/libnexa-sampling.dylib,sha256=OliTBr-r2y22Ebjc1Y33Ax56XpLMFQKtsHgfouj6TQM,7865400
191
- nexaai/binds/nexa_nexaml/libnexa_plugin.dylib,sha256=rkTrXOKH71m0SmUP5IBLsJrLTbCElcWX3GKn33BPZpY,224056
191
+ nexaai/binds/nexa_nexaml/libnexa_plugin.dylib,sha256=OiQtbPidObQaKFdr1nHKQA9PaDv_a1TQeDQ26x07GxM,249848
192
192
  nexaai/binds/nexa_nexaml/libnexaproc.dylib,sha256=Pnxgm2k29hfedLjNP4t44gvioh-NWbE_3BW-VsCdHp8,880560
193
193
  nexaai/binds/nexa_nexaml/libqwen3-vl.dylib,sha256=hd8VPINYTH8mbU3BPxnjrPOKTw-NkWn7zkDB7p074-U,753168
194
194
  nexaai/binds/nexa_nexaml/libqwen3vl-vision.dylib,sha256=AmUk-DBtBAp5DOR14ICZcsiAcKjxxAx1y6mHAaETQu8,570024
@@ -525,7 +525,7 @@ nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/qwen3vl.py,sha256=LArnNtI98B_GJO
525
525
  nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
526
526
  nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/base.py,sha256=4RlZwgz8YX2ngmJNaymxFFpw9hJu-0EMw9xwXpngW9o,3496
527
527
  nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/cache.py,sha256=NMOB6x-RT6svF4H-Ymo5WqnP7ptAal3aaKjWZXWGMsM,17671
528
- nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/generate.py,sha256=Mw7Btz0_t7erQOrfWzCXT-ktEwZl61OODcmDMIo3VS0,26719
528
+ nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/generate.py,sha256=bchCpnlewysWQss5TQKxdKPXYd5VA7ySUDfRt8Xj_H4,26677
529
529
  nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/rope_utils.py,sha256=ty0dA3SsEUFtFbHo16tKdnKymrNKKsUO3KMYapMajbY,8704
530
530
  nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/sample_utils.py,sha256=8SEeVwgjuvaYy-4ALAU0RHQMuRr2k7EkXba_csxk498,10673
531
531
  nexaai/mlx_backend/vlm/modeling/models/qwen3_vl/llm_common/tokenizer_utils.py,sha256=Gqanx4hBDcon_k5ClhUsS4YpMbZNiee8jvImGS9h43s,13229
@@ -551,7 +551,7 @@ nexaai/utils/quantization_utils.py,sha256=FYcNSAKGlBqFDUTx3jSKOr2lnq4nyiyC0ZG8oS
551
551
  nexaai/vlm_impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
552
552
  nexaai/vlm_impl/mlx_vlm_impl.py,sha256=pLtWm_ckz8a0U-AtAOMVseFDO4OVPvHyYO2KlfBaGYk,10833
553
553
  nexaai/vlm_impl/pybind_vlm_impl.py,sha256=FAbhpRJzHgI78r0mUvKybO97R1szvNhH0aTn_I52oT4,8597
554
- nexaai-1.0.17rc1.dist-info/METADATA,sha256=-o225-FK1Adyvf4f8tzZM7FMyeq9g9CJthuqKuNKvG4,1201
555
- nexaai-1.0.17rc1.dist-info/WHEEL,sha256=T2p57lol9__xkoU6aJTyN1Pm43ZpRU3q6km7mIbrAMs,114
556
- nexaai-1.0.17rc1.dist-info/top_level.txt,sha256=LRE2YERlrZk2vfuygnSzsEeqSknnZbz3Z1MHyNmBU4w,7
557
- nexaai-1.0.17rc1.dist-info/RECORD,,
554
+ nexaai-1.0.17rc3.dist-info/METADATA,sha256=qUwlQ7ioHaewOQ--gpTZsFkQDerm78q4okTIbDyTZ2E,1201
555
+ nexaai-1.0.17rc3.dist-info/WHEEL,sha256=T2p57lol9__xkoU6aJTyN1Pm43ZpRU3q6km7mIbrAMs,114
556
+ nexaai-1.0.17rc3.dist-info/top_level.txt,sha256=LRE2YERlrZk2vfuygnSzsEeqSknnZbz3Z1MHyNmBU4w,7
557
+ nexaai-1.0.17rc3.dist-info/RECORD,,