Add remote release verifier
Browse files- verify_hf_release.py +1 -0
verify_hf_release.py
CHANGED
|
@@ -59,6 +59,7 @@ def run(args: argparse.Namespace) -> dict[str, object]:
|
|
| 59 |
"quantization-manifest.json",
|
| 60 |
"controlnet_benchmark.py",
|
| 61 |
"controlnet_accuracy.py",
|
|
|
|
| 62 |
}
|
| 63 |
missing_config = sorted(required_config - config.keys())
|
| 64 |
report = {
|
|
|
|
| 59 |
"quantization-manifest.json",
|
| 60 |
"controlnet_benchmark.py",
|
| 61 |
"controlnet_accuracy.py",
|
| 62 |
+
"verify_hf_release.py",
|
| 63 |
}
|
| 64 |
missing_config = sorted(required_config - config.keys())
|
| 65 |
report = {
|