mmgp 3.4.1__tar.gz → 3.4.3__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.
Potentially problematic release.
This version of mmgp might be problematic. Click here for more details.
- {mmgp-3.4.1 → mmgp-3.4.3}/LICENSE.md +1 -1
- {mmgp-3.4.1/src/mmgp.egg-info → mmgp-3.4.3}/PKG-INFO +2 -2
- {mmgp-3.4.1 → mmgp-3.4.3}/README.md +1 -1
- {mmgp-3.4.1 → mmgp-3.4.3}/pyproject.toml +1 -1
- {mmgp-3.4.1 → mmgp-3.4.3}/src/mmgp/offload.py +2566 -2525
- {mmgp-3.4.1 → mmgp-3.4.3}/src/mmgp/safetensors2.py +482 -461
- {mmgp-3.4.1 → mmgp-3.4.3/src/mmgp.egg-info}/PKG-INFO +2 -2
- {mmgp-3.4.1 → mmgp-3.4.3}/setup.cfg +0 -0
- {mmgp-3.4.1 → mmgp-3.4.3}/src/__init__.py +0 -0
- {mmgp-3.4.1 → mmgp-3.4.3}/src/mmgp/__init__.py +0 -0
- {mmgp-3.4.1 → mmgp-3.4.3}/src/mmgp.egg-info/SOURCES.txt +0 -0
- {mmgp-3.4.1 → mmgp-3.4.3}/src/mmgp.egg-info/dependency_links.txt +0 -0
- {mmgp-3.4.1 → mmgp-3.4.3}/src/mmgp.egg-info/requires.txt +0 -0
- {mmgp-3.4.1 → mmgp-3.4.3}/src/mmgp.egg-info/top_level.txt +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
GNU GENERAL PUBLIC LICENSE
|
|
1
|
+
GNU GENERAL PUBLIC LICENSE
|
|
2
2
|
Version 3, 29 June 2007
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mmgp
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.3
|
|
4
4
|
Summary: Memory Management for the GPU Poor
|
|
5
5
|
Author-email: deepbeepmeep <deepbeepmeep@yahoo.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -17,7 +17,7 @@ Dynamic: license-file
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
<p align="center">
|
|
20
|
-
<H2>Memory Management 3.4.
|
|
20
|
+
<H2>Memory Management 3.4.3 for the GPU Poor by DeepBeepMeep</H2>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
|