Upload folder using huggingface_hub
Browse files- quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out.png +3 -0
- quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out_info.json +1 -0
- quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0.png +3 -0
- quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0_info.json +1 -0
- quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out.png +3 -0
- quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out_info.json +1 -0
- quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0.png +3 -0
- quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0_info.json +1 -0
- quanto-exps-2/launch_exps_2.sh +2 -2
quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out.png
ADDED
Git LFS Details
|
quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"batch_size": 1, "memory": "3.058", "time": "7.604", "dtype": "bf16", "qtype": "int4", "qte": 1, "exclude_layers": ["proj_out"], "fuse": 0}
|
quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0.png
ADDED
Git LFS Details
|
quanto-exps-2/ckpt@pixart-bs@1-dtype@bf16-qtype@int4-qte@1-fuse@0_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"batch_size": 1, "memory": "3.067", "time": "7.653", "dtype": "bf16", "qtype": "int4", "qte": 1, "exclude_layers": null, "fuse": 0}
|
quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out.png
ADDED
Git LFS Details
|
quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0-exclude@proj_out_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"batch_size": 4, "memory": "3.068", "time": "29.412", "dtype": "bf16", "qtype": "int4", "qte": 1, "exclude_layers": ["proj_out"], "fuse": 0}
|
quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0.png
ADDED
Git LFS Details
|
quanto-exps-2/ckpt@pixart-bs@4-dtype@bf16-qtype@int4-qte@1-fuse@0_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"batch_size": 4, "memory": "3.067", "time": "29.377", "dtype": "bf16", "qtype": "int4", "qte": 1, "exclude_layers": null, "fuse": 0}
|
quanto-exps-2/launch_exps_2.sh
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Possible values for each argument
|
4 |
-
ckpt_ids=("PixArt-alpha/PixArt-Sigma-XL-2-1024-MS"
|
5 |
batch_sizes=(1 4)
|
6 |
torch_dtypes=("bf16")
|
7 |
qtypes=("int4")
|
8 |
-
qte=(
|
9 |
|
10 |
# Loop over all combinations
|
11 |
for ckpt_id in "${ckpt_ids[@]}"; do
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Possible values for each argument
|
4 |
+
ckpt_ids=("PixArt-alpha/PixArt-Sigma-XL-2-1024-MS")
|
5 |
batch_sizes=(1 4)
|
6 |
torch_dtypes=("bf16")
|
7 |
qtypes=("int4")
|
8 |
+
qte=(1)
|
9 |
|
10 |
# Loop over all combinations
|
11 |
for ckpt_id in "${ckpt_ids[@]}"; do
|