Add files using upload-large-folder tool
Browse files- README.md +2 -8
- smash_config.json +1 -7
README.md
CHANGED
|
@@ -39,12 +39,9 @@ The compression configuration of the model is stored in the `smash_config.json`
|
|
| 39 |
"batcher": null,
|
| 40 |
"cacher": null,
|
| 41 |
"compiler": null,
|
| 42 |
-
"distiller": null,
|
| 43 |
-
"enhancer": null,
|
| 44 |
"factorizer": null,
|
| 45 |
"pruner": null,
|
| 46 |
"quantizer": null,
|
| 47 |
-
"recoverer": null,
|
| 48 |
"batch_size": 1,
|
| 49 |
"device": "cpu",
|
| 50 |
"save_fns": [],
|
|
@@ -55,12 +52,9 @@ The compression configuration of the model is stored in the `smash_config.json`
|
|
| 55 |
"factorizer": null,
|
| 56 |
"pruner": null,
|
| 57 |
"quantizer": null,
|
| 58 |
-
"distiller": null,
|
| 59 |
"cacher": null,
|
| 60 |
-
"recoverer": null,
|
| 61 |
"compiler": null,
|
| 62 |
-
"batcher": null
|
| 63 |
-
"enhancer": null
|
| 64 |
}
|
| 65 |
}
|
| 66 |
```
|
|
@@ -71,4 +65,4 @@ The compression configuration of the model is stored in the `smash_config.json`
|
|
| 71 |
[](https://github.com/PrunaAI)
|
| 72 |
[](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
| 73 |
[](https://discord.com/invite/rskEr4BZJx)
|
| 74 |
-
[](https://www.reddit.com/r/PrunaAI/)
|
|
|
|
| 39 |
"batcher": null,
|
| 40 |
"cacher": null,
|
| 41 |
"compiler": null,
|
|
|
|
|
|
|
| 42 |
"factorizer": null,
|
| 43 |
"pruner": null,
|
| 44 |
"quantizer": null,
|
|
|
|
| 45 |
"batch_size": 1,
|
| 46 |
"device": "cpu",
|
| 47 |
"save_fns": [],
|
|
|
|
| 52 |
"factorizer": null,
|
| 53 |
"pruner": null,
|
| 54 |
"quantizer": null,
|
|
|
|
| 55 |
"cacher": null,
|
|
|
|
| 56 |
"compiler": null,
|
| 57 |
+
"batcher": null
|
|
|
|
| 58 |
}
|
| 59 |
}
|
| 60 |
```
|
|
|
|
| 65 |
[](https://github.com/PrunaAI)
|
| 66 |
[](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
| 67 |
[](https://discord.com/invite/rskEr4BZJx)
|
| 68 |
+
[](https://www.reddit.com/r/PrunaAI/)
|
smash_config.json
CHANGED
|
@@ -2,12 +2,9 @@
|
|
| 2 |
"batcher": null,
|
| 3 |
"cacher": null,
|
| 4 |
"compiler": null,
|
| 5 |
-
"distiller": null,
|
| 6 |
-
"enhancer": null,
|
| 7 |
"factorizer": null,
|
| 8 |
"pruner": null,
|
| 9 |
"quantizer": null,
|
| 10 |
-
"recoverer": null,
|
| 11 |
"batch_size": 1,
|
| 12 |
"device": "cpu",
|
| 13 |
"save_fns": [],
|
|
@@ -18,11 +15,8 @@
|
|
| 18 |
"factorizer": null,
|
| 19 |
"pruner": null,
|
| 20 |
"quantizer": null,
|
| 21 |
-
"distiller": null,
|
| 22 |
"cacher": null,
|
| 23 |
-
"recoverer": null,
|
| 24 |
"compiler": null,
|
| 25 |
-
"batcher": null
|
| 26 |
-
"enhancer": null
|
| 27 |
}
|
| 28 |
}
|
|
|
|
| 2 |
"batcher": null,
|
| 3 |
"cacher": null,
|
| 4 |
"compiler": null,
|
|
|
|
|
|
|
| 5 |
"factorizer": null,
|
| 6 |
"pruner": null,
|
| 7 |
"quantizer": null,
|
|
|
|
| 8 |
"batch_size": 1,
|
| 9 |
"device": "cpu",
|
| 10 |
"save_fns": [],
|
|
|
|
| 15 |
"factorizer": null,
|
| 16 |
"pruner": null,
|
| 17 |
"quantizer": null,
|
|
|
|
| 18 |
"cacher": null,
|
|
|
|
| 19 |
"compiler": null,
|
| 20 |
+
"batcher": null
|
|
|
|
| 21 |
}
|
| 22 |
}
|