isagellm-core 0.3.0.8__tar.gz → 0.3.0.10__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.8/src/isagellm_core.egg-info → isagellm_core-0.3.0.10}/PKG-INFO +1 -1
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/pyproject.toml +1 -1
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10/src/isagellm_core.egg-info}/PKG-INFO +1 -1
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__init__.py +2 -2
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__init__.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/MANIFEST.in +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/README.md +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/setup.cfg +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/setup.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/isagellm_core.egg-info/SOURCES.txt +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/isagellm_core.egg-info/dependency_links.txt +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/isagellm_core.egg-info/entry_points.txt +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/isagellm_core.egg-info/requires.txt +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/isagellm_core.egg-info/top_level.txt +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__main__.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/base_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/config.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/demo.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/engine.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/engine_factory.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/engine_server.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/factory.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/health.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/mock_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/pd_executor.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/plugins.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/runner.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/runtime.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/workload.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/config.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/demo.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engine.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engine_factory.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engine_server.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__init__.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__init__.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/__init__.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/ascend.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/cpu.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/embedding.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/mock.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/ascend.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/cpu.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/embedding.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/hf_cuda.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/pytorch.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/pytorch_engine.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/factory.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/health.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/pd_executor.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/plugins.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/py.typed +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/runner.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/runtime.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/workload.pyc +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_ci_smoke.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_config.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_cpu_engine_contract.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_cpu_engine_error_handling.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_e2e_cpu_integration.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_engine.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_engine_behavior_parity.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_engine_contract.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_engine_contract_simplified.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_engine_server.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_pd_separation.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_pytorch_engine.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_streaming_pd.py +0 -0
- {isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/tests/test_task0_10_workload.py +0 -0
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
from __future__ import annotations
|
|
14
14
|
|
|
15
|
-
__version__ = "0.3.0.
|
|
15
|
+
__version__ = "0.3.0.9"
|
|
16
16
|
|
|
17
17
|
from sagellm_core.engine import BaseEngine, EngineInstanceConfig
|
|
18
18
|
from sagellm_core.config import (
|
|
@@ -92,7 +92,7 @@ try:
|
|
|
92
92
|
except Exception:
|
|
93
93
|
pass # torch or transformers not available
|
|
94
94
|
|
|
95
|
-
__version__ = "0.3.0.
|
|
95
|
+
__version__ = "0.3.0.9"
|
|
96
96
|
|
|
97
97
|
__all__ = [
|
|
98
98
|
# Version
|
|
index 3880231..6576547 100644
|
|
|
Binary file
|
|
index a27a8f8..e5962df 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/isagellm_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/isagellm_core.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/config.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/demo.cpython-311.pyc
RENAMED
|
File without changes
|
{isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/engine.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/health.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isagellm_core-0.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/__pycache__/runner.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
|
|
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.3.0.8 → isagellm_core-0.3.0.10}/src/sagellm_core/engines/pytorch_engine.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
|