isagellm-core 0.4.0.6__py2.py3-none-any.whl → 0.4.0.7__py2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: isagellm-core
3
- Version: 0.4.0.6
3
+ Version: 0.4.0.7
4
4
  Summary: sageLLM core runtime with PD separation (MVP)
5
5
  Author: IntelliStream Team
6
6
  License: Proprietary - IntelliStream
@@ -20,7 +20,7 @@ Requires-Dist: isagellm-kv-cache<0.5.0,>=0.4.0.0
20
20
  Requires-Dist: fastapi>=0.100.0
21
21
  Requires-Dist: uvicorn>=0.22.0
22
22
  Requires-Dist: torch>=2.0.0
23
- Requires-Dist: transformers<4.50.0,>=4.35.0
23
+ Requires-Dist: transformers>=4.35.0
24
24
  Provides-Extra: dev
25
25
  Requires-Dist: pytest>=7.0.0; extra == "dev"
26
26
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
@@ -1,5 +1,5 @@
1
- sagellm_core/__init__.py,sha256=bNEtkN3U9-s4TehcdpX54QM5sZG70hkx_fcX3odmFHc,6922
2
- sagellm_core/__init__.pyc,sha256=1o-1tCyo2xVbdj5lotbGf6KVa8y8H4VKgGegwHAp9rM,4482
1
+ sagellm_core/__init__.py,sha256=ycnyh_9Z-9Pn1T_if9t7oF3cF_gn9zpDEf6PIA_5Da8,6922
2
+ sagellm_core/__init__.pyc,sha256=lOtri46QDM-Y8AVyPd1MKHwV13fH1zpJbHVksaCZHFA,4482
3
3
  sagellm_core/__main__.pyc,sha256=48Ej1ycqV-z87qawGOTNBKNgY3EcbffUOOXrDecOR3g,384
4
4
  sagellm_core/config.pyc,sha256=cCMLvMVb_s3HzPYSfqlbRWodQ4Uby8U962l1vmunT5Y,8453
5
5
  sagellm_core/demo.pyc,sha256=0hZkAJch6ETjSDsPq8XkDLNcd8qAys_hqOH1qi0xBzg,6028
@@ -102,8 +102,8 @@ sagellm_core/worker/model_runner/__init__.pyc,sha256=0-npKJTgcYCup-nQV2VdJJw_XHf
102
102
  sagellm_core/worker/model_runner/model_runner.pyc,sha256=V2sGaArkhQsY_Ho1qnE5aZfYa140rRBeaDCL04Z8MVo,16106
103
103
  sagellm_core/worker/model_runner/__pycache__/__init__.cpython-311.pyc,sha256=i58Yrh244v3ULPmf-vPb9brHH6izaiBvTs5w-F9QN_U,477
104
104
  sagellm_core/worker/model_runner/__pycache__/model_runner.cpython-311.pyc,sha256=tMZgOmjx29FyhjbS7HOwSBTtE4qL-X4bqjLZd0YX9Jo,16136
105
- isagellm_core-0.4.0.6.dist-info/METADATA,sha256=uDpoYnCvk-KLGgZWovIrgrSgruHUH_uZz62Ewo7BzFU,9240
106
- isagellm_core-0.4.0.6.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
107
- isagellm_core-0.4.0.6.dist-info/entry_points.txt,sha256=w0kgbHe7jVNOuy785wFMEBwqoZUnfU24HCImsQII3y0,64
108
- isagellm_core-0.4.0.6.dist-info/top_level.txt,sha256=wcgdWrvkaoYYh_dWSFI5Toi8PZsHutVqfhTB2tb0K6g,13
109
- isagellm_core-0.4.0.6.dist-info/RECORD,,
105
+ isagellm_core-0.4.0.7.dist-info/METADATA,sha256=Cz9d3QLctumwKJMQZS6X_k-qQA_XAXfMQBffl6hhOEE,9232
106
+ isagellm_core-0.4.0.7.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
107
+ isagellm_core-0.4.0.7.dist-info/entry_points.txt,sha256=w0kgbHe7jVNOuy785wFMEBwqoZUnfU24HCImsQII3y0,64
108
+ isagellm_core-0.4.0.7.dist-info/top_level.txt,sha256=wcgdWrvkaoYYh_dWSFI5Toi8PZsHutVqfhTB2tb0K6g,13
109
+ isagellm_core-0.4.0.7.dist-info/RECORD,,
sagellm_core/__init__.py CHANGED
@@ -26,7 +26,7 @@ Architecture (vLLM v1 style):
26
26
 
27
27
  from __future__ import annotations
28
28
 
29
- __version__ = "0.4.0.6"
29
+ __version__ = "0.4.0.7"
30
30
 
31
31
  # ============================================================================
32
32
  # New Architecture (vLLM v1 style) - Hardware Agnostic
sagellm_core/__init__.pyc CHANGED
Binary file