llm-rsa 0.0.1__tar.gz → 0.0.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.
- {llm_rsa-0.0.1/llm_rsa.egg-info → llm_rsa-0.0.2}/PKG-INFO +11 -13
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/README.md +9 -12
- llm_rsa-0.0.2/llm_rsa/__init__.py +1 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2/llm_rsa.egg-info}/PKG-INFO +11 -13
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa.egg-info/requires.txt +1 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/settings.ini +2 -2
- llm_rsa-0.0.1/llm_rsa/__init__.py +0 -1
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/LICENSE +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/MANIFEST.in +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa/_modidx.py +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa/core.py +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa.egg-info/SOURCES.txt +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa.egg-info/dependency_links.txt +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa.egg-info/entry_points.txt +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa.egg-info/not-zip-safe +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/llm_rsa.egg-info/top_level.txt +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/pyproject.toml +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/setup.cfg +0 -0
- {llm_rsa-0.0.1 → llm_rsa-0.0.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llm_rsa
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Recursive self aggregation
|
|
5
5
|
Home-page: https://github.com/risheekkumarb/llm_rsa
|
|
6
6
|
Author: Risheek kumar B
|
|
@@ -20,6 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: fastcore
|
|
22
22
|
Requires-Dist: litellm
|
|
23
|
+
Requires-Dist: fastprogress
|
|
23
24
|
Provides-Extra: dev
|
|
24
25
|
Dynamic: author
|
|
25
26
|
Dynamic: author-email
|
|
@@ -69,36 +70,33 @@ $ nbdev_prepare
|
|
|
69
70
|
|
|
70
71
|
### Installation
|
|
71
72
|
|
|
72
|
-
Install latest from the GitHub
|
|
73
|
+
Install latest from the GitHub
|
|
74
|
+
[repository](https://github.com/risheekkumarb/llm_rsa):
|
|
73
75
|
|
|
74
76
|
``` sh
|
|
75
77
|
$ pip install git+https://github.com//.git
|
|
76
78
|
```
|
|
77
79
|
|
|
78
|
-
or from
|
|
80
|
+
or from [conda](https://anaconda.org/risheekkumarb/llm_rsa)
|
|
79
81
|
|
|
80
82
|
``` sh
|
|
81
83
|
$ conda install -c
|
|
82
84
|
```
|
|
83
85
|
|
|
84
|
-
or from
|
|
86
|
+
or from [pypi](https://pypi.org/project/llm_rsa)
|
|
85
87
|
|
|
86
88
|
``` sh
|
|
87
89
|
$ pip install
|
|
88
90
|
```
|
|
89
91
|
|
|
90
|
-
\[repo\]: \[docs\]: https://.github.io// \[pypi\]:
|
|
91
|
-
https://pypi.org/project// \[conda\]: https://anaconda.org//
|
|
92
|
-
|
|
93
92
|
### Documentation
|
|
94
93
|
|
|
95
94
|
Documentation can be found hosted on this GitHub
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
https://pypi.org/project// \[conda\]: https://anaconda.org//
|
|
95
|
+
[repository](https://github.com/risheekkumarb/llm_rsa)’s
|
|
96
|
+
[pages](https://risheekkumarb.github.io/llm_rsa/). Additionally you can
|
|
97
|
+
find package manager specific guidelines on
|
|
98
|
+
[conda](https://anaconda.org/risheekkumarb/llm_rsa) and
|
|
99
|
+
[pypi](https://pypi.org/project/llm_rsa) respectively.
|
|
102
100
|
|
|
103
101
|
## How to use
|
|
104
102
|
|
|
@@ -32,36 +32,33 @@ $ nbdev_prepare
|
|
|
32
32
|
|
|
33
33
|
### Installation
|
|
34
34
|
|
|
35
|
-
Install latest from the GitHub
|
|
35
|
+
Install latest from the GitHub
|
|
36
|
+
[repository](https://github.com/risheekkumarb/llm_rsa):
|
|
36
37
|
|
|
37
38
|
``` sh
|
|
38
39
|
$ pip install git+https://github.com//.git
|
|
39
40
|
```
|
|
40
41
|
|
|
41
|
-
or from
|
|
42
|
+
or from [conda](https://anaconda.org/risheekkumarb/llm_rsa)
|
|
42
43
|
|
|
43
44
|
``` sh
|
|
44
45
|
$ conda install -c
|
|
45
46
|
```
|
|
46
47
|
|
|
47
|
-
or from
|
|
48
|
+
or from [pypi](https://pypi.org/project/llm_rsa)
|
|
48
49
|
|
|
49
50
|
``` sh
|
|
50
51
|
$ pip install
|
|
51
52
|
```
|
|
52
53
|
|
|
53
|
-
\[repo\]: \[docs\]: https://.github.io// \[pypi\]:
|
|
54
|
-
https://pypi.org/project// \[conda\]: https://anaconda.org//
|
|
55
|
-
|
|
56
54
|
### Documentation
|
|
57
55
|
|
|
58
56
|
Documentation can be found hosted on this GitHub
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
https://pypi.org/project// \[conda\]: https://anaconda.org//
|
|
57
|
+
[repository](https://github.com/risheekkumarb/llm_rsa)’s
|
|
58
|
+
[pages](https://risheekkumarb.github.io/llm_rsa/). Additionally you can
|
|
59
|
+
find package manager specific guidelines on
|
|
60
|
+
[conda](https://anaconda.org/risheekkumarb/llm_rsa) and
|
|
61
|
+
[pypi](https://pypi.org/project/llm_rsa) respectively.
|
|
65
62
|
|
|
66
63
|
## How to use
|
|
67
64
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llm_rsa
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Recursive self aggregation
|
|
5
5
|
Home-page: https://github.com/risheekkumarb/llm_rsa
|
|
6
6
|
Author: Risheek kumar B
|
|
@@ -20,6 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: fastcore
|
|
22
22
|
Requires-Dist: litellm
|
|
23
|
+
Requires-Dist: fastprogress
|
|
23
24
|
Provides-Extra: dev
|
|
24
25
|
Dynamic: author
|
|
25
26
|
Dynamic: author-email
|
|
@@ -69,36 +70,33 @@ $ nbdev_prepare
|
|
|
69
70
|
|
|
70
71
|
### Installation
|
|
71
72
|
|
|
72
|
-
Install latest from the GitHub
|
|
73
|
+
Install latest from the GitHub
|
|
74
|
+
[repository](https://github.com/risheekkumarb/llm_rsa):
|
|
73
75
|
|
|
74
76
|
``` sh
|
|
75
77
|
$ pip install git+https://github.com//.git
|
|
76
78
|
```
|
|
77
79
|
|
|
78
|
-
or from
|
|
80
|
+
or from [conda](https://anaconda.org/risheekkumarb/llm_rsa)
|
|
79
81
|
|
|
80
82
|
``` sh
|
|
81
83
|
$ conda install -c
|
|
82
84
|
```
|
|
83
85
|
|
|
84
|
-
or from
|
|
86
|
+
or from [pypi](https://pypi.org/project/llm_rsa)
|
|
85
87
|
|
|
86
88
|
``` sh
|
|
87
89
|
$ pip install
|
|
88
90
|
```
|
|
89
91
|
|
|
90
|
-
\[repo\]: \[docs\]: https://.github.io// \[pypi\]:
|
|
91
|
-
https://pypi.org/project// \[conda\]: https://anaconda.org//
|
|
92
|
-
|
|
93
92
|
### Documentation
|
|
94
93
|
|
|
95
94
|
Documentation can be found hosted on this GitHub
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
https://pypi.org/project// \[conda\]: https://anaconda.org//
|
|
95
|
+
[repository](https://github.com/risheekkumarb/llm_rsa)’s
|
|
96
|
+
[pages](https://risheekkumarb.github.io/llm_rsa/). Additionally you can
|
|
97
|
+
find package manager specific guidelines on
|
|
98
|
+
[conda](https://anaconda.org/risheekkumarb/llm_rsa) and
|
|
99
|
+
[pypi](https://pypi.org/project/llm_rsa) respectively.
|
|
102
100
|
|
|
103
101
|
## How to use
|
|
104
102
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
### Python library ###
|
|
6
6
|
repo = llm_rsa
|
|
7
7
|
lib_name = %(repo)s
|
|
8
|
-
version = 0.0.
|
|
8
|
+
version = 0.0.2
|
|
9
9
|
min_python = 3.9
|
|
10
10
|
license = apache2
|
|
11
11
|
black_formatting = False
|
|
@@ -39,7 +39,7 @@ status = 3
|
|
|
39
39
|
user = risheekkumarb
|
|
40
40
|
|
|
41
41
|
### Optional ###
|
|
42
|
-
requirements = fastcore litellm
|
|
42
|
+
requirements = fastcore litellm fastprogress
|
|
43
43
|
# dev_requirements =
|
|
44
44
|
# console_scripts =
|
|
45
45
|
# conda_user =
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.1"
|
|
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
|