isagellm-core 0.4.0.2__tar.gz → 0.4.0.4__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.2/src/isagellm_core.egg-info → isagellm_core-0.4.0.4}/PKG-INFO +4 -2
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/pyproject.toml +4 -2
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4/src/isagellm_core.egg-info}/PKG-INFO +4 -2
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/isagellm_core.egg-info/requires.txt +3 -1
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__init__.py +1 -1
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_server.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/llm_engine.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/MANIFEST.in +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/README.md +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/setup.cfg +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/setup.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/isagellm_core.egg-info/SOURCES.txt +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/isagellm_core.egg-info/dependency_links.txt +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/isagellm_core.egg-info/entry_points.txt +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/isagellm_core.egg-info/top_level.txt +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__main__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/base_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/config.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/demo.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/engine_server.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/factory.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/health.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/llm_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/pd_executor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/runner.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/runtime.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/workload.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/config.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/demo.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/distributed/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/distributed/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/distributed/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/distributed/__pycache__/strategies.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/distributed/strategies.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/__pycache__/engine_core.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/engine_core.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/__pycache__/scheduler.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/scheduler.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_factory.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engines/embedding.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/__pycache__/executor_base.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/__pycache__/uniproc_executor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/executor_base.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/uniproc_executor.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/factory.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/health.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/inputs/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/inputs/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/inputs/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/inputs/__pycache__/processor.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/inputs/__pycache__/tokenizer_utils.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/inputs/processor.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/inputs/tokenizer_utils.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/model/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/model/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/model/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/model/__pycache__/model_loader.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/model/__pycache__/weight_utils.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/model/model_loader.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/model/weight_utils.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/observability/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/observability/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/observability/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/observability/__pycache__/logger.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/observability/__pycache__/metrics.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/observability/logger.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/observability/metrics.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/pd_executor.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/plugins.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/py.typed +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/runner.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/runtime.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/sampling/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/sampling/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/sampling/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/sampling/__pycache__/params.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/sampling/__pycache__/sampler.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/sampling/params.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/sampling/sampler.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/__pycache__/worker.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/model_runner/__init__.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/model_runner/__init__.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/model_runner/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/model_runner/__pycache__/model_runner.cpython-311.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/model_runner/model_runner.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/worker.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/workload.pyc +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_ci_smoke.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_config.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_e2e_llm_integration.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_engine.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_engine_behavior_parity.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_engine_contract_simplified.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_engine_server.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_llm_engine_contract.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_llm_engine_error_handling.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_model_loader.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_observability.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_pd_separation.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_sampling.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/tests/test_streaming_pd.py +0 -0
- {isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/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.4
|
|
4
4
|
Summary: sageLLM core runtime with PD separation (MVP)
|
|
5
5
|
Author: IntelliStream Team
|
|
6
6
|
License: Proprietary - IntelliStream
|
|
@@ -16,9 +16,11 @@ Requires-Dist: pyyaml>=6.0.0
|
|
|
16
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
|
-
Requires-Dist: isagellm-kv-cache<0.5.0,>=0.
|
|
19
|
+
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
|
+
Requires-Dist: torch>=2.0.0
|
|
23
|
+
Requires-Dist: transformers<4.50.0,>=4.35.0
|
|
22
24
|
Provides-Extra: dev
|
|
23
25
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
24
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.4"
|
|
8
8
|
description = "sageLLM core runtime with PD separation (MVP)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = "==3.11.*"
|
|
@@ -23,9 +23,11 @@ dependencies = [
|
|
|
23
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
|
-
"isagellm-kv-cache>=0.
|
|
26
|
+
"isagellm-kv-cache>=0.4.0.0,<0.5.0",
|
|
27
27
|
"fastapi>=0.100.0",
|
|
28
28
|
"uvicorn>=0.22.0",
|
|
29
|
+
"torch>=2.0.0",
|
|
30
|
+
"transformers>=4.35.0,<4.50.0",
|
|
29
31
|
]
|
|
30
32
|
|
|
31
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.4
|
|
4
4
|
Summary: sageLLM core runtime with PD separation (MVP)
|
|
5
5
|
Author: IntelliStream Team
|
|
6
6
|
License: Proprietary - IntelliStream
|
|
@@ -16,9 +16,11 @@ Requires-Dist: pyyaml>=6.0.0
|
|
|
16
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
|
-
Requires-Dist: isagellm-kv-cache<0.5.0,>=0.
|
|
19
|
+
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
|
+
Requires-Dist: torch>=2.0.0
|
|
23
|
+
Requires-Dist: transformers<4.50.0,>=4.35.0
|
|
22
24
|
Provides-Extra: dev
|
|
23
25
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
24
26
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
@@ -3,9 +3,11 @@ pyyaml>=6.0.0
|
|
|
3
3
|
isagellm-protocol<0.5.0,>=0.4.0.0
|
|
4
4
|
isagellm-backend<0.5.0,>=0.4.0.0
|
|
5
5
|
isagellm-comm<0.5.0,>=0.4.0.0
|
|
6
|
-
isagellm-kv-cache<0.5.0,>=0.
|
|
6
|
+
isagellm-kv-cache<0.5.0,>=0.4.0.0
|
|
7
7
|
fastapi>=0.100.0
|
|
8
8
|
uvicorn>=0.22.0
|
|
9
|
+
torch>=2.0.0
|
|
10
|
+
transformers<4.50.0,>=4.35.0
|
|
9
11
|
|
|
10
12
|
[dev]
|
|
11
13
|
pytest>=7.0.0
|
|
@@ -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.4"
|
|
30
30
|
|
|
31
31
|
# ============================================================================
|
|
32
32
|
# New Architecture (vLLM v1 style) - Hardware Agnostic
|
|
index cfd14f3..f2c0e07 100644
|
|
|
Binary file
|
|
index 87c45d4..2cfb5ac 100644
|
|
|
Binary file
|
|
index d572ba6..14669a1 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/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
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/config.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/demo.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/engine.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/factory.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/health.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/__pycache__/runner.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/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
|
|
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.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/engine_core.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/__init__.py
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/__init__.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/engine_core/scheduler/scheduler.pyc
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
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/executor/uniproc_executor.pyc
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
|
|
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.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/model_runner/__init__.py
RENAMED
|
File without changes
|
{isagellm_core-0.4.0.2 → isagellm_core-0.4.0.4}/src/sagellm_core/worker/model_runner/__init__.pyc
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
|
|
File without changes
|