isagellm-core 0.3.0.4__tar.gz → 0.3.0.5__tar.gz
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.
- {isagellm_core-0.3.0.4/src/isagellm_core.egg-info → isagellm_core-0.3.0.5}/PKG-INFO +5 -5
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/pyproject.toml +5 -5
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5/src/isagellm_core.egg-info}/PKG-INFO +5 -5
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/isagellm_core.egg-info/SOURCES.txt +0 -6
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/isagellm_core.egg-info/requires.txt +4 -4
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__init__.py +3 -1
- isagellm_core-0.3.0.5/src/sagellm_core/__init__.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__main__.pyc +0 -0
- isagellm_core-0.3.0.5/src/sagellm_core/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/config.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/demo.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/engine.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/factory.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/health.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/runner.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/workload.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/config.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/demo.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engine.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engine_factory.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/__init__.pyc +0 -0
- isagellm_core-0.3.0.5/src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.5/src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/ascend.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/cpu.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/embedding.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/hf_cuda.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/pytorch.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/pytorch_engine.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/factory.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/health.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/pd_executor.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/plugins.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/runner.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/runtime.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/workload.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/__init__.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/__pycache__/base_engine.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/__pycache__/pd_executor.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/__pycache__/runtime.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc +0 -0
- isagellm_core-0.3.0.4/src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/MANIFEST.in +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/README.md +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/setup.cfg +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/setup.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/isagellm_core.egg-info/dependency_links.txt +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/isagellm_core.egg-info/entry_points.txt +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/isagellm_core.egg-info/top_level.txt +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/engines/__init__.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/py.typed +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_ci_smoke.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_config.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_cpu_engine_contract.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_cpu_engine_error_handling.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_e2e_cpu_integration.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_engine.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_engine_behavior_parity.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_engine_contract.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_engine_contract_simplified.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_pd_separation.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_pytorch_engine.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_streaming_pd.py +0 -0
- {isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/tests/test_task0_10_workload.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: isagellm-core
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.5
|
|
4
4
|
Summary: sageLLM core runtime with PD separation (MVP)
|
|
5
5
|
Author: IntelliStream Team
|
|
6
6
|
License: Proprietary - IntelliStream
|
|
@@ -13,10 +13,10 @@ Requires-Python: ==3.11.*
|
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
Requires-Dist: pydantic>=2.0.0
|
|
15
15
|
Requires-Dist: pyyaml>=6.0.0
|
|
16
|
-
Requires-Dist: isagellm-protocol<0.4.0,>=0.3.0.
|
|
17
|
-
Requires-Dist: isagellm-backend<0.4.0,>=0.3.0.
|
|
18
|
-
Requires-Dist: isagellm-comm<0.4.0,>=0.3.0.
|
|
19
|
-
Requires-Dist: isagellm-kv-cache<0.4.0,>=0.3.0.
|
|
16
|
+
Requires-Dist: isagellm-protocol<0.4.0,>=0.3.0.2
|
|
17
|
+
Requires-Dist: isagellm-backend<0.4.0,>=0.3.0.5
|
|
18
|
+
Requires-Dist: isagellm-comm<0.4.0,>=0.3.0.1
|
|
19
|
+
Requires-Dist: isagellm-kv-cache<0.4.0,>=0.3.0.1
|
|
20
20
|
Provides-Extra: dev
|
|
21
21
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
22
22
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "isagellm-core"
|
|
7
|
-
version = "0.3.0.
|
|
7
|
+
version = "0.3.0.5"
|
|
8
8
|
description = "sageLLM core runtime with PD separation (MVP)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = "==3.11.*"
|
|
@@ -20,10 +20,10 @@ classifiers = [
|
|
|
20
20
|
dependencies = [
|
|
21
21
|
"pydantic>=2.0.0",
|
|
22
22
|
"pyyaml>=6.0.0",
|
|
23
|
-
"isagellm-protocol>=0.3.0.
|
|
24
|
-
"isagellm-backend>=0.3.0.
|
|
25
|
-
"isagellm-comm>=0.3.0.
|
|
26
|
-
"isagellm-kv-cache>=0.3.0.
|
|
23
|
+
"isagellm-protocol>=0.3.0.2,<0.4.0",
|
|
24
|
+
"isagellm-backend>=0.3.0.5,<0.4.0",
|
|
25
|
+
"isagellm-comm>=0.3.0.1,<0.4.0",
|
|
26
|
+
"isagellm-kv-cache>=0.3.0.1,<0.4.0",
|
|
27
27
|
]
|
|
28
28
|
|
|
29
29
|
[project.optional-dependencies]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: isagellm-core
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.5
|
|
4
4
|
Summary: sageLLM core runtime with PD separation (MVP)
|
|
5
5
|
Author: IntelliStream Team
|
|
6
6
|
License: Proprietary - IntelliStream
|
|
@@ -13,10 +13,10 @@ Requires-Python: ==3.11.*
|
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
Requires-Dist: pydantic>=2.0.0
|
|
15
15
|
Requires-Dist: pyyaml>=6.0.0
|
|
16
|
-
Requires-Dist: isagellm-protocol<0.4.0,>=0.3.0.
|
|
17
|
-
Requires-Dist: isagellm-backend<0.4.0,>=0.3.0.
|
|
18
|
-
Requires-Dist: isagellm-comm<0.4.0,>=0.3.0.
|
|
19
|
-
Requires-Dist: isagellm-kv-cache<0.4.0,>=0.3.0.
|
|
16
|
+
Requires-Dist: isagellm-protocol<0.4.0,>=0.3.0.2
|
|
17
|
+
Requires-Dist: isagellm-backend<0.4.0,>=0.3.0.5
|
|
18
|
+
Requires-Dist: isagellm-comm<0.4.0,>=0.3.0.1
|
|
19
|
+
Requires-Dist: isagellm-kv-cache<0.4.0,>=0.3.0.1
|
|
20
20
|
Provides-Extra: dev
|
|
21
21
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
22
22
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
@@ -24,18 +24,14 @@ src/sagellm_core/runner.pyc
|
|
|
24
24
|
src/sagellm_core/runtime.pyc
|
|
25
25
|
src/sagellm_core/workload.pyc
|
|
26
26
|
src/sagellm_core/__pycache__/__init__.cpython-311.pyc
|
|
27
|
-
src/sagellm_core/__pycache__/base_engine.cpython-311.pyc
|
|
28
27
|
src/sagellm_core/__pycache__/config.cpython-311.pyc
|
|
29
28
|
src/sagellm_core/__pycache__/demo.cpython-311.pyc
|
|
30
29
|
src/sagellm_core/__pycache__/engine.cpython-311.pyc
|
|
31
30
|
src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc
|
|
32
31
|
src/sagellm_core/__pycache__/factory.cpython-311.pyc
|
|
33
32
|
src/sagellm_core/__pycache__/health.cpython-311.pyc
|
|
34
|
-
src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc
|
|
35
|
-
src/sagellm_core/__pycache__/pd_executor.cpython-311.pyc
|
|
36
33
|
src/sagellm_core/__pycache__/plugins.cpython-311.pyc
|
|
37
34
|
src/sagellm_core/__pycache__/runner.cpython-311.pyc
|
|
38
|
-
src/sagellm_core/__pycache__/runtime.cpython-311.pyc
|
|
39
35
|
src/sagellm_core/__pycache__/workload.cpython-311.pyc
|
|
40
36
|
src/sagellm_core/engines/__init__.py
|
|
41
37
|
src/sagellm_core/engines/__init__.pyc
|
|
@@ -46,11 +42,9 @@ src/sagellm_core/engines/hf_cuda.pyc
|
|
|
46
42
|
src/sagellm_core/engines/pytorch.pyc
|
|
47
43
|
src/sagellm_core/engines/pytorch_engine.pyc
|
|
48
44
|
src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc
|
|
49
|
-
src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc
|
|
50
45
|
src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc
|
|
51
46
|
src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc
|
|
52
47
|
src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc
|
|
53
|
-
src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc
|
|
54
48
|
src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc
|
|
55
49
|
src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc
|
|
56
50
|
tests/test_ci_smoke.py
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pydantic>=2.0.0
|
|
2
2
|
pyyaml>=6.0.0
|
|
3
|
-
isagellm-protocol<0.4.0,>=0.3.0.
|
|
4
|
-
isagellm-backend<0.4.0,>=0.3.0.
|
|
5
|
-
isagellm-comm<0.4.0,>=0.3.0.
|
|
6
|
-
isagellm-kv-cache<0.4.0,>=0.3.0.
|
|
3
|
+
isagellm-protocol<0.4.0,>=0.3.0.2
|
|
4
|
+
isagellm-backend<0.4.0,>=0.3.0.5
|
|
5
|
+
isagellm-comm<0.4.0,>=0.3.0.1
|
|
6
|
+
isagellm-kv-cache<0.4.0,>=0.3.0.1
|
|
7
7
|
|
|
8
8
|
[dev]
|
|
9
9
|
pytest>=7.0.0
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
from __future__ import annotations
|
|
14
14
|
|
|
15
|
+
__version__ = "0.3.0.5"
|
|
16
|
+
|
|
15
17
|
from sagellm_core.engine import BaseEngine, EngineInstanceConfig
|
|
16
18
|
from sagellm_core.config import (
|
|
17
19
|
BackendConfig,
|
|
@@ -86,7 +88,7 @@ try:
|
|
|
86
88
|
except Exception:
|
|
87
89
|
pass # torch or transformers not available
|
|
88
90
|
|
|
89
|
-
__version__ = "0.3.0.
|
|
91
|
+
__version__ = "0.3.0.5"
|
|
90
92
|
|
|
91
93
|
__all__ = [
|
|
92
94
|
# Version
|
|
Binary file
|
|
index cd8c30a..c6c09a2 100644
|
|
|
Binary file
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/config.cpython-311.pyc
RENAMED
|
index 0cce675..d6e187f 100644
|
|
|
Binary file
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/demo.cpython-311.pyc
RENAMED
|
index 793fb70..ee7aa78 100644
|
|
|
Binary file
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/engine.cpython-311.pyc
RENAMED
|
index 9e779af..cce4bab 100644
|
|
|
Binary file
|
|
index 74f5932..43c87dc 100644
|
|
|
Binary file
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/factory.cpython-311.pyc
RENAMED
|
index 1bfe589..1e36685 100644
|
|
|
Binary file
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/health.cpython-311.pyc
RENAMED
|
index f21935b..e09ea36 100644
|
|
|
Binary file
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc
RENAMED
|
index 52e76c5..6842558 100644
|
|
|
Binary file
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/sagellm_core/__pycache__/runner.cpython-311.pyc
RENAMED
|
index 56d22d4..1c1829e 100644
|
|
|
Binary file
|
|
index 97d1060..9982a49 100644
|
|
|
Binary file
|
|
index 527aac0..eee84b1 100644
|
|
|
Binary file
|
|
index aed29b3..16c3867 100644
|
|
|
Binary file
|
|
index e5df730..82388ec 100644
|
|
|
Binary file
|
|
index 3080a24..f950890 100644
|
|
|
Binary file
|
|
index 298174e..c1a4253 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 6827966..013e2dd 100644
|
|
|
Binary file
|
|
index 4ce54d4..9f0d5ed 100644
|
|
|
Binary file
|
|
index d17cffd..65ebcfb 100644
|
|
|
Binary file
|
|
index 252aad4..040108c 100644
|
|
|
Binary file
|
|
index 1916ccd..7b496a0 100644
|
|
|
Binary file
|
|
index 0772c92..df7fa5c 100644
|
|
|
Binary file
|
|
index d27b11c..356e676 100644
|
|
|
Binary file
|
|
index 6007e24..657400d 100644
|
|
|
Binary file
|
|
index 1a23c64..b35b986 100644
|
|
|
Binary file
|
|
index e9b0800..deba2cc 100644
|
|
|
Binary file
|
|
index 0dc3e2a..2f3ffbe 100644
|
|
|
Binary file
|
|
index 95be0c8..a135cd4 100644
|
|
|
Binary file
|
|
index 004302d..8e0719b 100644
|
|
|
Binary file
|
|
index 7b57172..6a92ee9 100644
|
|
|
Binary file
|
|
index 7f18e25..f96a2ef 100644
|
|
|
Binary file
|
|
index 326f780..6aa01e4 100644
|
|
|
Binary file
|
|
index 7baab66..bbe95a9 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.3.0.4 → isagellm_core-0.3.0.5}/src/isagellm_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|