isagellm-core 0.2.2.7__py2.py3-none-any.whl → 0.2.2.8__py2.py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: isagellm-core
3
- Version: 0.2.2.7
3
+ Version: 0.2.2.8
4
4
  Summary: sageLLM core runtime (config/observability/registries), plugin-ready
5
5
  Author: IntelliStream Team
6
6
  License: Proprietary - IntelliStream
@@ -1,5 +1,5 @@
1
- sagellm_core/__init__.py,sha256=6Cr7WDyRJ_gswk6iFmNUXjOwZpfNRMyHkRw1ymFfM1I,2798
2
- sagellm_core/__init__.pyc,sha256=7zfyjBmbOEImNyJnBxIwMJb-eEWSaLs04eGSZ3F0898,2758
1
+ sagellm_core/__init__.py,sha256=QAFJ4svevSL3LxRgT23346HscMaZ06lPh_2_QnqXVJ4,2798
2
+ sagellm_core/__init__.pyc,sha256=ESGK4k8XwVKjpnfyvVUYu1GkZGV2JsMQRjgii53Vyag,2758
3
3
  sagellm_core/__main__.pyc,sha256=EV7-2pRVHwHPTZxaObqiwPiP-uoFLKY-VR3dndvvs1g,384
4
4
  sagellm_core/config.pyc,sha256=3z34OxQd-6UVr1iixJy6TB4HJehmnCgaLksx6yBDjvg,8453
5
5
  sagellm_core/demo.pyc,sha256=lMOjuQbFTzgGAiT-PfUaRk14T6htqUKVDtYQrZVhlV4,6028
@@ -34,8 +34,8 @@ sagellm_core/engines/__pycache__/embedding.cpython-311.pyc,sha256=FLJ3P9xBo481DA
34
34
  sagellm_core/engines/__pycache__/hf_cuda.cpython-311.pyc,sha256=sb2ZUP94qO5O7MVQkQDAcNiUTAAnsXDWrRyyc2muW70,50370
35
35
  sagellm_core/engines/__pycache__/pytorch.cpython-311.pyc,sha256=C-ZNeh30VXfIefU_pmCvmCIAEamhhI6tX2KPRZtG9Yw,18438
36
36
  sagellm_core/engines/__pycache__/pytorch_engine.cpython-311.pyc,sha256=A8YP-Q2eR67bRvP-I33N6a90z8ktjVrGMCcGm_7LERU,11675
37
- isagellm_core-0.2.2.7.dist-info/METADATA,sha256=NPTL4jnloyQmlfxaTdTKILcDE52MrezBRGVDlD0GZV4,10811
38
- isagellm_core-0.2.2.7.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
39
- isagellm_core-0.2.2.7.dist-info/entry_points.txt,sha256=GOAxUrzSeJyOUjseRjJwhNLu8oLEMlbszb4j8xyr2QY,128
40
- isagellm_core-0.2.2.7.dist-info/top_level.txt,sha256=wcgdWrvkaoYYh_dWSFI5Toi8PZsHutVqfhTB2tb0K6g,13
41
- isagellm_core-0.2.2.7.dist-info/RECORD,,
37
+ isagellm_core-0.2.2.8.dist-info/METADATA,sha256=EX7lEY1BuG3Rnw4hcqDHixKP3HxQ1NU7eryx-Q8tn04,10811
38
+ isagellm_core-0.2.2.8.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
39
+ isagellm_core-0.2.2.8.dist-info/entry_points.txt,sha256=GOAxUrzSeJyOUjseRjJwhNLu8oLEMlbszb4j8xyr2QY,128
40
+ isagellm_core-0.2.2.8.dist-info/top_level.txt,sha256=wcgdWrvkaoYYh_dWSFI5Toi8PZsHutVqfhTB2tb0K6g,13
41
+ isagellm_core-0.2.2.8.dist-info/RECORD,,
sagellm_core/__init__.py CHANGED
@@ -72,7 +72,7 @@ try:
72
72
  except Exception:
73
73
  pass # torch or transformers not available
74
74
 
75
- __version__ = "0.2.2.7"
75
+ __version__ = "0.2.2.8"
76
76
 
77
77
  __all__ = [
78
78
  # Version
sagellm_core/__init__.pyc CHANGED
Binary file