isagellm-core 0.4.0.3__tar.gz → 0.4.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.4.0.3/src/isagellm_core.egg-info → isagellm_core-0.4.0.5}/PKG-INFO +2 -2
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/pyproject.toml +2 -2
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5/src/isagellm_core.egg-info}/PKG-INFO +2 -2
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/isagellm_core.egg-info/SOURCES.txt +3 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/isagellm_core.egg-info/requires.txt +1 -1
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__init__.py +1 -1
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__main__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/__pycache__/base_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/config.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/demo.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/engine_server.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/factory.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/health.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/llm_engine.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/pd_executor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/runner.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/runtime.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/workload.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/config.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/demo.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/distributed/__init__.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/distributed/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/distributed/__pycache__/strategies.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/distributed/strategies.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/__pycache__/engine_core.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/engine_core.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/scheduler/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/scheduler/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/scheduler/__pycache__/scheduler.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/scheduler/scheduler.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_factory.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_server.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/embedding.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/__pycache__/executor_base.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/__pycache__/uniproc_executor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/executor_base.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/uniproc_executor.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/factory.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/health.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/inputs/__init__.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/inputs/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/inputs/__pycache__/processor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/inputs/__pycache__/tokenizer_utils.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/inputs/processor.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/inputs/tokenizer_utils.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/llm_engine.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/model/__init__.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/model/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/model/__pycache__/model_loader.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/model/__pycache__/weight_utils.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/model/model_loader.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/model/weight_utils.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/observability/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/observability/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/observability/__pycache__/logger.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/observability/__pycache__/metrics.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/observability/logger.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/observability/metrics.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/pd_executor.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/plugins.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/runner.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/runtime.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/sampling/__init__.pyc +0 -0
- isagellm_core-0.4.0.5/src/sagellm_core/sampling/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/sampling/__pycache__/params.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/sampling/__pycache__/sampler.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/sampling/params.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/sampling/sampler.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/__pycache__/worker.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/model_runner/__init__.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/model_runner/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/model_runner/__pycache__/model_runner.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/model_runner/model_runner.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/worker.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/workload.pyc +0 -0
- isagellm_core-0.4.0.3/src/sagellm_core/distributed/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.3/src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.3/src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.3/src/sagellm_core/inputs/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.3/src/sagellm_core/model/__pycache__/__init__.cpython-311.pyc +0 -0
- isagellm_core-0.4.0.3/src/sagellm_core/sampling/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/MANIFEST.in +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/README.md +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/setup.cfg +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/setup.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/isagellm_core.egg-info/dependency_links.txt +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/isagellm_core.egg-info/entry_points.txt +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/isagellm_core.egg-info/top_level.txt +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/distributed/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/scheduler/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engines/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/inputs/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/model/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/observability/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/py.typed +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/sampling/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/model_runner/__init__.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_ci_smoke.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_config.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_e2e_llm_integration.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_engine.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_engine_behavior_parity.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_engine_contract_simplified.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_engine_server.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_llm_engine_contract.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_llm_engine_error_handling.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_model_loader.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_observability.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_pd_separation.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_sampling.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/tests/test_streaming_pd.py +0 -0
- {isagellm_core-0.4.0.3 → isagellm_core-0.4.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.4.0.
|
|
3
|
+
Version: 0.4.0.5
|
|
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
|
|
23
|
+
Requires-Dist: transformers<4.50.0,>=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"
|
|
@@ -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.5"
|
|
8
8
|
description = "sageLLM core runtime with PD separation (MVP)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = "==3.11.*"
|
|
@@ -27,7 +27,7 @@ dependencies = [
|
|
|
27
27
|
"fastapi>=0.100.0",
|
|
28
28
|
"uvicorn>=0.22.0",
|
|
29
29
|
"torch>=2.0.0",
|
|
30
|
-
"transformers>=4.35.0",
|
|
30
|
+
"transformers>=4.35.0,<4.50.0",
|
|
31
31
|
]
|
|
32
32
|
|
|
33
33
|
[project.optional-dependencies]
|
|
@@ -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.5
|
|
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
|
|
23
|
+
Requires-Dist: transformers<4.50.0,>=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"
|
|
@@ -26,6 +26,7 @@ src/sagellm_core/runner.pyc
|
|
|
26
26
|
src/sagellm_core/runtime.pyc
|
|
27
27
|
src/sagellm_core/workload.pyc
|
|
28
28
|
src/sagellm_core/__pycache__/__init__.cpython-311.pyc
|
|
29
|
+
src/sagellm_core/__pycache__/base_engine.cpython-311.pyc
|
|
29
30
|
src/sagellm_core/__pycache__/config.cpython-311.pyc
|
|
30
31
|
src/sagellm_core/__pycache__/demo.cpython-311.pyc
|
|
31
32
|
src/sagellm_core/__pycache__/engine.cpython-311.pyc
|
|
@@ -34,6 +35,7 @@ src/sagellm_core/__pycache__/engine_server.cpython-311.pyc
|
|
|
34
35
|
src/sagellm_core/__pycache__/factory.cpython-311.pyc
|
|
35
36
|
src/sagellm_core/__pycache__/health.cpython-311.pyc
|
|
36
37
|
src/sagellm_core/__pycache__/llm_engine.cpython-311.pyc
|
|
38
|
+
src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc
|
|
37
39
|
src/sagellm_core/__pycache__/pd_executor.cpython-311.pyc
|
|
38
40
|
src/sagellm_core/__pycache__/plugins.cpython-311.pyc
|
|
39
41
|
src/sagellm_core/__pycache__/runner.cpython-311.pyc
|
|
@@ -62,6 +64,7 @@ src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc
|
|
|
62
64
|
src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc
|
|
63
65
|
src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc
|
|
64
66
|
src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc
|
|
67
|
+
src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc
|
|
65
68
|
src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc
|
|
66
69
|
src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc
|
|
67
70
|
src/sagellm_core/executor/__init__.py
|
|
@@ -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.5"
|
|
30
30
|
|
|
31
31
|
# ============================================================================
|
|
32
32
|
# New Architecture (vLLM v1 style) - Hardware Agnostic
|
|
index 3ba9a0e..29db4b0 100644
|
|
|
Binary file
|
|
index 741e7e6..cd8c30a 100644
|
|
|
Binary file
|
|
index 8d972bb..d1eaa76 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/config.cpython-311.pyc
RENAMED
|
index 3d40f03..0cce675 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/demo.cpython-311.pyc
RENAMED
|
index 9830bf1..793fb70 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/engine.cpython-311.pyc
RENAMED
|
index 7a6079d..9e779af 100644
|
|
|
Binary file
|
|
index 1b42f04..74f5932 100644
|
|
|
Binary file
|
|
index 827bb26..953becd 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/factory.cpython-311.pyc
RENAMED
|
index 245ce71..1bfe589 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/health.cpython-311.pyc
RENAMED
|
index e15811e..f21935b 100644
|
|
|
Binary file
|
|
index 0062f3b..59d10ab 100644
|
|
|
Binary file
|
|
index faf4739..768f3ad 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc
RENAMED
|
index 1608ab5..52e76c5 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/runner.cpython-311.pyc
RENAMED
|
index b3701b1..d4c978d 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/__pycache__/runtime.cpython-311.pyc
RENAMED
|
index aac8c92..0af2135 100644
|
|
|
Binary file
|
|
index 3fdf8f8..97d1060 100644
|
|
|
Binary file
|
|
index d0d86a5..527aac0 100644
|
|
|
Binary file
|
|
index e1d55fa..aed29b3 100644
|
|
|
Binary file
|
|
index 93795fb..5f57808 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 4a37414..489f5ee 100644
|
|
|
Binary file
|
|
index a1c81f4..df237b7 100644
|
|
|
Binary file
|
|
index 21a520b..e5df730 100644
|
|
|
Binary file
|
|
index 5200e77..1a18060 100644
|
|
|
Binary file
|
|
index 6cd1a8f..3f9e7a7 100644
|
|
|
Binary file
|
|
index 727e4e9..72d0c0d 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/engine_core.pyc
RENAMED
|
index df43dda..b9ca3f7 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/scheduler/__init__.pyc
RENAMED
|
index e2a397e..e0a2b3a 100644
|
|
|
Binary file
|
|
index bf1c33c..ce86746 100644
|
|
|
Binary file
|
|
index c50a8c7..8cce653 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/engine_core/scheduler/scheduler.pyc
RENAMED
|
index 6a139b4..3855ef9 100644
|
|
|
Binary file
|
|
index eb079f4..3080a24 100644
|
|
|
Binary file
|
|
index 3cca29d..6e2634a 100644
|
|
|
Binary file
|
|
index 93222d7..c7c3b28 100644
|
|
|
Binary file
|
|
index 42b40df..b343f3e 100644
|
|
|
Binary file
|
|
index 127481d..bcb8589 100644
|
|
|
Binary file
|
|
index 7e2aa60..a4f68a3 100644
|
|
|
Binary file
|
|
index fd7187a..4ce54d4 100644
|
|
|
Binary file
|
|
index 2a54658..d17cffd 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 8270600..72a38fd 100644
|
|
|
Binary file
|
|
index 6c559e8..303b075 100644
|
|
|
Binary file
|
|
index 94a232e..8766d3c 100644
|
|
|
Binary file
|
|
index b5fd9cc..d6a6819 100644
|
|
|
Binary file
|
|
index cde7748..dec0a49 100644
|
|
|
Binary file
|
|
index e8f53e3..4c8a541 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/executor/uniproc_executor.pyc
RENAMED
|
index b476655..a12810c 100644
|
|
|
Binary file
|
|
index d34c640..0dc3e2a 100644
|
|
|
Binary file
|
|
index 6bf4759..95be0c8 100644
|
|
|
Binary file
|
|
index d926036..8a4386a 100644
|
|
|
Binary file
|
|
Binary file
|
|
index e944830..9f34492 100644
|
|
|
Binary file
|
|
index cb19acd..1707bb3 100644
|
|
|
Binary file
|
|
index 45f8232..b77d531 100644
|
|
|
Binary file
|
|
index 06524b3..86c3880 100644
|
|
|
Binary file
|
|
index 0c89441..97d918c 100644
|
|
|
Binary file
|
|
index 363e7d6..cff74c1 100644
|
|
|
Binary file
|
|
index 7cc2cfe..7343dd9 100644
|
|
|
Binary file
|
|
index b5a2cfe..91c124d 100644
|
|
|
Binary file
|
|
index 41eb1ea..59752c3 100644
|
|
|
Binary file
|
|
index b8cb0dd..a70ea9e 100644
|
|
|
Binary file
|
|
index 62bc7b6..2937539 100644
|
|
|
Binary file
|
|
index 84e1999..e1a8896 100644
|
|
|
Binary file
|
|
index 86b8464..9f2c4fe 100644
|
|
|
Binary file
|
|
index cf46b86..cd9eba1 100644
|
|
|
Binary file
|
|
index 0506116..0031207 100644
|
|
|
Binary file
|
|
index 6d1ec1f..ff24d45 100644
|
|
|
Binary file
|
|
index 3570da3..576b95e 100644
|
|
|
Binary file
|
|
index 74452c9..7b57172 100644
|
|
|
Binary file
|
|
index 4e413d4..84ad1ea 100644
|
|
|
Binary file
|
|
index 8275fc5..326f780 100644
|
|
|
Binary file
|
|
index 86b15c9..0f2f26d 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 16b1be0..ecb4f2a 100644
|
|
|
Binary file
|
|
index a9a7094..ad723a1 100644
|
|
|
Binary file
|
|
index bf167fa..ab4cf35 100644
|
|
|
Binary file
|
|
index 83ee047..fa0a3f3 100644
|
|
|
Binary file
|
|
index 579800b..5e4f23d 100644
|
|
|
Binary file
|
|
index f884239..d123265 100644
|
|
|
Binary file
|
|
index 3a8251d..0da6a1b 100644
|
|
|
Binary file
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/src/sagellm_core/worker/model_runner/__init__.pyc
RENAMED
|
index 1dc702c..38c462d 100644
|
|
|
Binary file
|
|
index 4cb9547..0c5280e 100644
|
|
|
Binary file
|
|
index e85a4ed..f626b43 100644
|
|
|
Binary file
|
|
index df10497..1425498 100644
|
|
|
Binary file
|
|
index 9ad3c03..53bcf30 100644
|
|
|
Binary file
|
|
index 5dd47b3..7baab66 100644
|
|
|
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.4.0.3 → isagellm_core-0.4.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
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/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
|
{isagellm_core-0.4.0.3 → isagellm_core-0.4.0.5}/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
|