Commit 6b0c30a0 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): update them, ci skip

parent ed681c63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ def extract(export_dir: str, model_name: str = "tagger_v_2_2_7", no_optimize: bo
    logging.info('Exporting model weights ...')
    save_for_hf(
        model,
        expected_logits,
        export_dir,
        safe_serialization='both',
    )