torchquery 2.1.2__tar.gz → 2.2.0__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.
- {torchquery-2.1.2/torchquery.egg-info → torchquery-2.2.0}/PKG-INFO +1 -6
- {torchquery-2.1.2 → torchquery-2.2.0}/README.md +0 -5
- {torchquery-2.1.2 → torchquery-2.2.0}/pyproject.toml +1 -1
- {torchquery-2.1.2 → torchquery-2.2.0}/setup.py +1 -1
- {torchquery-2.1.2 → torchquery-2.2.0/torchquery.egg-info}/PKG-INFO +1 -6
- {torchquery-2.1.2 → torchquery-2.2.0}/LICENSE +0 -0
- {torchquery-2.1.2 → torchquery-2.2.0}/setup.cfg +0 -0
- {torchquery-2.1.2 → torchquery-2.2.0}/torchquery.egg-info/SOURCES.txt +0 -0
- {torchquery-2.1.2 → torchquery-2.2.0}/torchquery.egg-info/dependency_links.txt +0 -0
- {torchquery-2.1.2 → torchquery-2.2.0}/torchquery.egg-info/requires.txt +0 -0
- {torchquery-2.1.2 → torchquery-2.2.0}/torchquery.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: torchquery
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: High-performance SDC detection and neural healing for billion-scale tensors.
|
|
5
5
|
Home-page: https://github.com/powerofaisinstudy-debug/torchquery
|
|
6
6
|
Author: Sundaram Gupta
|
|
@@ -43,11 +43,6 @@ Dynamic: requires-python
|
|
|
43
43
|
|
|
44
44
|
---
|
|
45
45
|
|
|
46
|
-
## 📦 Installation
|
|
47
|
-
|
|
48
|
-
```bash
|
|
49
|
-
pip install torchquery
|
|
50
|
-
|
|
51
46
|
<p align="center">
|
|
52
47
|
<img src="https://raw.githubusercontent.com/powerofaisinstudy-debug/torchquery/main/chl.png" width="600">
|
|
53
48
|
</p>
|
|
@@ -8,7 +8,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name="torchquery",
|
|
11
|
-
version="2.
|
|
11
|
+
version="2.2.0",
|
|
12
12
|
author="Sundaram Gupta",
|
|
13
13
|
author_email="your-email@example.com", # Update this with your email
|
|
14
14
|
description="A high-performance SDC detection and neural healing engine for billion-scale tensors.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: torchquery
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: High-performance SDC detection and neural healing for billion-scale tensors.
|
|
5
5
|
Home-page: https://github.com/powerofaisinstudy-debug/torchquery
|
|
6
6
|
Author: Sundaram Gupta
|
|
@@ -43,11 +43,6 @@ Dynamic: requires-python
|
|
|
43
43
|
|
|
44
44
|
---
|
|
45
45
|
|
|
46
|
-
## 📦 Installation
|
|
47
|
-
|
|
48
|
-
```bash
|
|
49
|
-
pip install torchquery
|
|
50
|
-
|
|
51
46
|
<p align="center">
|
|
52
47
|
<img src="https://raw.githubusercontent.com/powerofaisinstudy-debug/torchquery/main/chl.png" width="600">
|
|
53
48
|
</p>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|