7e46c389501def5d090cda68bc3a913a2a7fb8523e5f3c86a4d1c2381dd63019
Browse files- README.md +1 -1
- model/optimized_model.pkl +2 -2
- model/smash_config.json +1 -1
- plots.png +0 -0
README.md
CHANGED
@@ -36,7 +36,7 @@ metrics:
|
|
36 |
![image info](./plots.png)
|
37 |
|
38 |
**Frequently Asked Questions**
|
39 |
-
- ***How does the compression work?*** The model is compressed by combining quantization, jit, cuda graphs.
|
40 |
- ***How does the model quality change?*** The quality of the model output might slightly vary compared to the base model.
|
41 |
- ***How is the model efficiency evaluated?*** These results were obtained on NVIDIA A100-PCIE-40GB with configuration described in `model/smash_config.json` and are obtained after a hardware warmup. The smashed model is directly compared to the original base model. Efficiency results may vary in other settings (e.g. other hardware, image size, batch size, ...). We recommend to directly run them in the use-case conditions to know if the smashed model can benefit you.
|
42 |
- ***What is the model format?*** We used a custom Pruna model format based on pickle to make models compatible with the compression methods. We provide a tutorial to run models in dockers in the documentation [here](https://pruna-ai-pruna.readthedocs-hosted.com/en/latest/) if needed.
|
|
|
36 |
![image info](./plots.png)
|
37 |
|
38 |
**Frequently Asked Questions**
|
39 |
+
- ***How does the compression work?*** The model is compressed by combining quantization, xformers, jit, cuda graphs, triton.
|
40 |
- ***How does the model quality change?*** The quality of the model output might slightly vary compared to the base model.
|
41 |
- ***How is the model efficiency evaluated?*** These results were obtained on NVIDIA A100-PCIE-40GB with configuration described in `model/smash_config.json` and are obtained after a hardware warmup. The smashed model is directly compared to the original base model. Efficiency results may vary in other settings (e.g. other hardware, image size, batch size, ...). We recommend to directly run them in the use-case conditions to know if the smashed model can benefit you.
|
42 |
- ***What is the model format?*** We used a custom Pruna model format based on pickle to make models compatible with the compression methods. We provide a tutorial to run models in dockers in the documentation [here](https://pruna-ai-pruna.readthedocs-hosted.com/en/latest/) if needed.
|
model/optimized_model.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8710fb41acbda42697ee4d5b9978451dd73854bea53c20cdc7bd0c09531165fa
|
3 |
+
size 177353777
|
model/smash_config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"controlnet": "None",
|
15 |
"unet_dim": 4,
|
16 |
"device": "cuda",
|
17 |
-
"cache_dir": "/ceph/hdd/staff/charpent/.cache/
|
18 |
"batch_size": 1,
|
19 |
"model_name": "convnext_base.fb_in1k",
|
20 |
"max_batch_size": 1,
|
|
|
14 |
"controlnet": "None",
|
15 |
"unet_dim": 4,
|
16 |
"device": "cuda",
|
17 |
+
"cache_dir": "/ceph/hdd/staff/charpent/.cache/modelsa3cgef0y",
|
18 |
"batch_size": 1,
|
19 |
"model_name": "convnext_base.fb_in1k",
|
20 |
"max_batch_size": 1,
|
plots.png
CHANGED