isagellm-core 0.4.0.0__tar.gz → 0.4.0.1__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.4.0.0/src/isagellm_core.egg-info → isagellm_core-0.4.0.1}/PKG-INFO +2 -2
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/pyproject.toml +2 -2
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1/src/isagellm_core.egg-info}/PKG-INFO +2 -2
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/isagellm_core.egg-info/requires.txt +1 -1
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__init__.py +15 -1
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/engine_server.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/llm_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/pd_executor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/runner.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/distributed/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/distributed/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/distributed/__pycache__/strategies.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/distributed/strategies.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/__pycache__/engine_core.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/engine_core.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/__pycache__/scheduler.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/scheduler.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_server.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/embedding.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/__pycache__/executor_base.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/__pycache__/uniproc_executor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/executor_base.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/uniproc_executor.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/inputs/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/inputs/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/inputs/__pycache__/processor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/inputs/__pycache__/tokenizer_utils.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/inputs/processor.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/inputs/tokenizer_utils.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/llm_engine.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/model/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/model/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/model/__pycache__/model_loader.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/model/__pycache__/weight_utils.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/model/model_loader.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/model/weight_utils.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/observability/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/observability/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/observability/__pycache__/logger.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/observability/__pycache__/metrics.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/observability/logger.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/observability/metrics.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/pd_executor.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/runner.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/sampling/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/sampling/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/sampling/__pycache__/params.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/sampling/__pycache__/sampler.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/sampling/params.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/sampling/sampler.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/__pycache__/worker.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/model_runner/__init__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/model_runner/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/model_runner/__pycache__/model_runner.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/model_runner/model_runner.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/worker.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/MANIFEST.in +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/README.md +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/setup.cfg +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/setup.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/isagellm_core.egg-info/SOURCES.txt +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/isagellm_core.egg-info/dependency_links.txt +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/isagellm_core.egg-info/entry_points.txt +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/isagellm_core.egg-info/top_level.txt +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__main__.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/base_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/config.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/demo.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/factory.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/health.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/runtime.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/workload.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/config.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/demo.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/distributed/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_factory.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/factory.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/health.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/inputs/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/model/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/observability/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/plugins.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/py.typed +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/runtime.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/sampling/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/model_runner/__init__.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/workload.pyc +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_ci_smoke.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_config.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_e2e_llm_integration.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_engine.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_engine_behavior_parity.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_engine_contract_simplified.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_engine_server.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_llm_engine_contract.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_llm_engine_error_handling.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_model_loader.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_observability.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_pd_separation.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_sampling.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/tests/test_streaming_pd.py +0 -0
- {isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/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.4.0.
|
|
3
|
+
Version: 0.4.0.1
|
|
4
4
|
Summary: sageLLM core runtime with PD separation (MVP)
|
|
5
5
|
Author: IntelliStream Team
|
|
6
6
|
License: Proprietary - IntelliStream
|
|
@@ -13,7 +13,7 @@ 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.5.0,>=0.
|
|
16
|
+
Requires-Dist: isagellm-protocol<0.5.0,>=0.4.0.0
|
|
17
17
|
Requires-Dist: isagellm-backend<0.5.0,>=0.4.0.0
|
|
18
18
|
Requires-Dist: isagellm-comm<0.5.0,>=0.4.0.0
|
|
19
19
|
Requires-Dist: isagellm-kv-cache<0.5.0,>=0.3.0.1
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "isagellm-core"
|
|
7
|
-
version = "0.4.0.
|
|
7
|
+
version = "0.4.0.1"
|
|
8
8
|
description = "sageLLM core runtime with PD separation (MVP)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = "==3.11.*"
|
|
@@ -20,7 +20,7 @@ classifiers = [
|
|
|
20
20
|
dependencies = [
|
|
21
21
|
"pydantic>=2.0.0",
|
|
22
22
|
"pyyaml>=6.0.0",
|
|
23
|
-
"isagellm-protocol>=0.
|
|
23
|
+
"isagellm-protocol>=0.4.0.0,<0.5.0",
|
|
24
24
|
"isagellm-backend>=0.4.0.0,<0.5.0",
|
|
25
25
|
"isagellm-comm>=0.4.0.0,<0.5.0",
|
|
26
26
|
"isagellm-kv-cache>=0.3.0.1,<0.5.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: isagellm-core
|
|
3
|
-
Version: 0.4.0.
|
|
3
|
+
Version: 0.4.0.1
|
|
4
4
|
Summary: sageLLM core runtime with PD separation (MVP)
|
|
5
5
|
Author: IntelliStream Team
|
|
6
6
|
License: Proprietary - IntelliStream
|
|
@@ -13,7 +13,7 @@ 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.5.0,>=0.
|
|
16
|
+
Requires-Dist: isagellm-protocol<0.5.0,>=0.4.0.0
|
|
17
17
|
Requires-Dist: isagellm-backend<0.5.0,>=0.4.0.0
|
|
18
18
|
Requires-Dist: isagellm-comm<0.5.0,>=0.4.0.0
|
|
19
19
|
Requires-Dist: isagellm-kv-cache<0.5.0,>=0.3.0.1
|
|
@@ -26,7 +26,7 @@ Architecture (vLLM v1 style):
|
|
|
26
26
|
|
|
27
27
|
from __future__ import annotations
|
|
28
28
|
|
|
29
|
-
__version__ = "0.4.0.
|
|
29
|
+
__version__ = "0.4.0.1"
|
|
30
30
|
|
|
31
31
|
# ============================================================================
|
|
32
32
|
# New Architecture (vLLM v1 style) - Hardware Agnostic
|
|
@@ -189,4 +189,18 @@ __all__ = [
|
|
|
189
189
|
# Engine HTTP Server
|
|
190
190
|
"engine_server_app",
|
|
191
191
|
"serve_engine",
|
|
192
|
+
# Phase 2 modules
|
|
193
|
+
"ModelLoader",
|
|
194
|
+
"load_model",
|
|
195
|
+
"InputProcessor",
|
|
196
|
+
"ProcessedInput",
|
|
197
|
+
"TokenizerWrapper",
|
|
198
|
+
"SamplingParams",
|
|
199
|
+
"Sampler",
|
|
200
|
+
"GreedySampler",
|
|
201
|
+
"DistributedStrategy",
|
|
202
|
+
"TensorParallelStrategy",
|
|
203
|
+
"MetricsCollector",
|
|
204
|
+
"EngineMetrics",
|
|
205
|
+
"setup_logger",
|
|
192
206
|
]
|
|
index 436d9b3..171afa4 100644
|
|
|
Binary file
|
|
index 23d774b..5faf0e3 100644
|
|
|
Binary file
|
|
index e3a03a4..8df2e87 100644
|
|
|
Binary file
|
|
index 67fd8f0..e7ece8b 100644
|
|
|
Binary file
|
|
index 2bb606f..4bbcf3f 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/runner.cpython-311.pyc
RENAMED
|
index 1039ccf..1338008 100644
|
|
|
Binary file
|
|
index d61591c..f2568bf 100644
|
|
|
Binary file
|
|
index 043befb..5f053e6 100644
|
|
|
Binary file
|
|
index 6b1436c..bb0feaf 100644
|
|
|
Binary file
|
|
index f163465..cd1ed95 100644
|
|
|
Binary file
|
|
index be6a928..ee98db8 100644
|
|
|
Binary file
|
|
index b405021..18b6247 100644
|
|
|
Binary file
|
|
index 4141917..376fadd 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/engine_core.pyc
RENAMED
|
index d2b338a..54bb9e1 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/__init__.pyc
RENAMED
|
index e38949e..ce7dc3a 100644
|
|
|
Binary file
|
|
index ac145a4..6c8a003 100644
|
|
|
Binary file
|
|
index 4984a02..60c4036 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/scheduler.pyc
RENAMED
|
index d59c960..1706421 100644
|
|
|
Binary file
|
|
index 99eeb64..87c45d4 100644
|
|
|
Binary file
|
|
index a8b0ac5..90c8298 100644
|
|
|
Binary file
|
|
index 6c00c94..1d32822 100644
|
|
|
Binary file
|
|
index 23631b9..df8fa31 100644
|
|
|
Binary file
|
|
index 278a844..f05dd84 100644
|
|
|
Binary file
|
|
index 35f71c9..c82d465 100644
|
|
|
Binary file
|
|
index 2b61082..e80e836 100644
|
|
|
Binary file
|
|
index 3d98da9..3dbcd12 100644
|
|
|
Binary file
|
|
index c42ae16..7d1629a 100644
|
|
|
Binary file
|
|
index 61959c5..dfaff0c 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/executor/uniproc_executor.pyc
RENAMED
|
index 8989048..1f1bc8e 100644
|
|
|
Binary file
|
|
index 865398a..e1c20dd 100644
|
|
|
Binary file
|
|
index 10b224e..cc376bf 100644
|
|
|
Binary file
|
|
index 34c22fe..0533a84 100644
|
|
|
Binary file
|
|
index 052e676..7a2f711 100644
|
|
|
Binary file
|
|
index 5853e19..9fa9455 100644
|
|
|
Binary file
|
|
index 61affdb..72170c9 100644
|
|
|
Binary file
|
|
index 5c0754e..d572ba6 100644
|
|
|
Binary file
|
|
index a93662d..a7637b2 100644
|
|
|
Binary file
|
|
index 309deee..c228cf1 100644
|
|
|
Binary file
|
|
index e8c05aa..bf598ab 100644
|
|
|
Binary file
|
|
index 8309924..8a46177 100644
|
|
|
Binary file
|
|
index 243b656..cfed52f 100644
|
|
|
Binary file
|
|
index 5dc4af3..e48f794 100644
|
|
|
Binary file
|
|
index dab3b4f..1afc5f6 100644
|
|
|
Binary file
|
|
index 44ca415..8b06407 100644
|
|
|
Binary file
|
|
index 7a0fe49..f257d67 100644
|
|
|
Binary file
|
|
index 9aa644e..cb79bf2 100644
|
|
|
Binary file
|
|
index be5fedb..5f0d22e 100644
|
|
|
Binary file
|
|
index c4e4c6f..49ffb23 100644
|
|
|
Binary file
|
|
index 21c579e..7c298a5 100644
|
|
|
Binary file
|
|
index 2993b8e..703552a 100644
|
|
|
Binary file
|
|
index c097cb4..41eb6cb 100644
|
|
|
Binary file
|
|
index 8363b11..347446f 100644
|
|
|
Binary file
|
|
index c1c4f5c..4aa8e9c 100644
|
|
|
Binary file
|
|
index c0c4ed7..eb2f7d8 100644
|
|
|
Binary file
|
|
index c279da0..3f540f7 100644
|
|
|
Binary file
|
|
index 5b8424a..136c5a9 100644
|
|
|
Binary file
|
|
index ee5c9b6..9d65046 100644
|
|
|
Binary file
|
|
index c7f5e7d..a761682 100644
|
|
|
Binary file
|
|
index a9a0757..b25b6cc 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/model_runner/__init__.pyc
RENAMED
|
index d6fe8b3..3f698a3 100644
|
|
|
Binary file
|
|
index e0b6c45..e8ebb35 100644
|
|
|
Binary file
|
|
index a88d478..66fb4e8 100644
|
|
|
Binary file
|
|
index bf066f7..7b1a332 100644
|
|
|
Binary file
|
|
index 1936d5e..6392241 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/isagellm_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/config.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/demo.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/engine.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/factory.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/health.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/__pycache__/runtime.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/engine_core/scheduler/__init__.py
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
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.0 → isagellm_core-0.4.0.1}/src/sagellm_core/worker/model_runner/__init__.py
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
|