controlmt 0.1.1__tar.gz → 0.1.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: controlmt
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Python SDK for the ControlMT v2.3 Kannada↔English translator
5
5
  Author: Anand Kaman
6
6
  License: Apache-2.0
@@ -0,0 +1 @@
1
+ __version__ = "0.1.2"
@@ -113,7 +113,8 @@ def detect_libraries() -> dict:
113
113
  """Probe what's installed. Used for the SDK's status banner + auto-picking
114
114
  code paths (e.g. if onnxruntime is present, future ONNX backend can be used)."""
115
115
  out = {}
116
- for name in ("torch", "transformers", "accelerate", "bitsandbytes", "onnxruntime", "safetensors"):
116
+ for name in ("torch", "transformers", "sentencepiece", "safetensors",
117
+ "huggingface_hub", "accelerate", "bitsandbytes", "onnxruntime"):
117
118
  try:
118
119
  mod = __import__(name)
119
120
  out[name] = getattr(mod, "__version__", "?")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: controlmt
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Python SDK for the ControlMT v2.3 Kannada↔English translator
5
5
  Author: Anand Kaman
6
6
  License: Apache-2.0
@@ -1 +0,0 @@
1
- __version__ = "0.1.1"
File without changes
File without changes
File without changes