wandb 0.19.10__py3-none-any.whl → 0.19.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- wandb/__init__.py +1 -1
- wandb/__init__.pyi +3 -3
- wandb/_pydantic/__init__.py +2 -3
- wandb/_pydantic/base.py +11 -31
- wandb/_pydantic/utils.py +8 -1
- wandb/_pydantic/v1_compat.py +3 -3
- wandb/apis/public/api.py +590 -22
- wandb/apis/public/artifacts.py +13 -5
- wandb/apis/public/automations.py +1 -1
- wandb/apis/public/integrations.py +22 -10
- wandb/apis/public/registries/__init__.py +0 -0
- wandb/apis/public/registries/_freezable_list.py +179 -0
- wandb/apis/public/{registries.py → registries/registries_search.py} +22 -129
- wandb/apis/public/registries/registry.py +357 -0
- wandb/apis/public/registries/utils.py +140 -0
- wandb/apis/public/runs.py +58 -56
- wandb/automations/__init__.py +16 -24
- wandb/automations/_filters/expressions.py +12 -10
- wandb/automations/_filters/operators.py +10 -19
- wandb/automations/_filters/run_metrics.py +231 -82
- wandb/automations/_generated/__init__.py +27 -34
- wandb/automations/_generated/create_automation.py +17 -0
- wandb/automations/_generated/delete_automation.py +17 -0
- wandb/automations/_generated/fragments.py +40 -25
- wandb/automations/_generated/{get_triggers.py → get_automations.py} +5 -5
- wandb/automations/_generated/{get_triggers_by_entity.py → get_automations_by_entity.py} +7 -5
- wandb/automations/_generated/operations.py +35 -98
- wandb/automations/_generated/update_automation.py +17 -0
- wandb/automations/_utils.py +178 -64
- wandb/automations/_validators.py +94 -2
- wandb/automations/actions.py +113 -98
- wandb/automations/automations.py +47 -69
- wandb/automations/events.py +139 -87
- wandb/automations/integrations.py +23 -4
- wandb/automations/scopes.py +22 -20
- wandb/bin/gpu_stats +0 -0
- wandb/env.py +11 -0
- wandb/old/settings.py +4 -1
- wandb/proto/v3/wandb_internal_pb2.py +240 -236
- wandb/proto/v3/wandb_telemetry_pb2.py +10 -10
- wandb/proto/v4/wandb_internal_pb2.py +236 -236
- wandb/proto/v4/wandb_telemetry_pb2.py +10 -10
- wandb/proto/v5/wandb_internal_pb2.py +236 -236
- wandb/proto/v5/wandb_telemetry_pb2.py +10 -10
- wandb/proto/v6/wandb_internal_pb2.py +236 -236
- wandb/proto/v6/wandb_telemetry_pb2.py +10 -10
- wandb/sdk/artifacts/_generated/__init__.py +42 -1
- wandb/sdk/artifacts/_generated/add_aliases.py +21 -0
- wandb/sdk/artifacts/_generated/delete_aliases.py +21 -0
- wandb/sdk/artifacts/_generated/fetch_linked_artifacts.py +67 -0
- wandb/sdk/artifacts/_generated/fragments.py +35 -0
- wandb/sdk/artifacts/_generated/input_types.py +12 -0
- wandb/sdk/artifacts/_generated/operations.py +101 -0
- wandb/sdk/artifacts/_generated/update_artifact.py +26 -0
- wandb/sdk/artifacts/_graphql_fragments.py +1 -0
- wandb/sdk/artifacts/_validators.py +120 -1
- wandb/sdk/artifacts/artifact.py +380 -203
- wandb/sdk/artifacts/artifact_file_cache.py +4 -6
- wandb/sdk/artifacts/artifact_manifest_entry.py +11 -2
- wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py +182 -1
- wandb/sdk/artifacts/storage_policy.py +3 -0
- wandb/sdk/data_types/video.py +46 -32
- wandb/sdk/interface/interface.py +2 -3
- wandb/sdk/internal/internal_api.py +21 -31
- wandb/sdk/internal/sender.py +5 -2
- wandb/sdk/launch/sweeps/utils.py +8 -0
- wandb/sdk/projects/_generated/__init__.py +47 -0
- wandb/sdk/projects/_generated/delete_project.py +22 -0
- wandb/sdk/projects/_generated/enums.py +4 -0
- wandb/sdk/projects/_generated/fetch_registry.py +22 -0
- wandb/sdk/projects/_generated/fragments.py +41 -0
- wandb/sdk/projects/_generated/input_types.py +13 -0
- wandb/sdk/projects/_generated/operations.py +88 -0
- wandb/sdk/projects/_generated/rename_project.py +27 -0
- wandb/sdk/projects/_generated/upsert_registry_project.py +27 -0
- wandb/sdk/service/service.py +9 -1
- wandb/sdk/wandb_init.py +32 -5
- wandb/sdk/wandb_run.py +37 -9
- wandb/sdk/wandb_settings.py +6 -7
- wandb/sdk/wandb_setup.py +12 -0
- wandb/util.py +7 -3
- {wandb-0.19.10.dist-info → wandb-0.19.11.dist-info}/METADATA +1 -1
- {wandb-0.19.10.dist-info → wandb-0.19.11.dist-info}/RECORD +86 -69
- wandb/automations/_generated/create_filter_trigger.py +0 -21
- wandb/automations/_generated/delete_trigger.py +0 -19
- wandb/automations/_generated/update_filter_trigger.py +0 -21
- {wandb-0.19.10.dist-info → wandb-0.19.11.dist-info}/WHEEL +0 -0
- {wandb-0.19.10.dist-info → wandb-0.19.11.dist-info}/entry_points.txt +0 -0
- {wandb-0.19.10.dist-info → wandb-0.19.11.dist-info}/licenses/LICENSE +0 -0
@@ -1,22 +1,22 @@
|
|
1
1
|
package_readme.md,sha256=U9047nyMDICgctm1HLm4HfXwFnFKsEn2m77hsYPUZ1I,4298
|
2
|
-
wandb/__init__.py,sha256=
|
3
|
-
wandb/__init__.pyi,sha256=
|
2
|
+
wandb/__init__.py,sha256=F1oW4Oflh9R5-OZ5Xj2y-pxEjIrlC33lsCf-_zYhdEQ,7148
|
3
|
+
wandb/__init__.pyi,sha256=3VFHLCEDLBaqfL6m8E67cewPBXc0pptuEGqBKj9doD4,48325
|
4
4
|
wandb/__main__.py,sha256=gripuDgB7J8wMMeJt4CIBRjn1BMSFr5zvsrt585Pnj4,64
|
5
5
|
wandb/_iterutils.py,sha256=bOhOrOENEDzOMtyQqHysivzHri9axcVlCfXt4Ai1ot8,1545
|
6
6
|
wandb/data_types.py,sha256=M-wqAO0FtIqvj28556u3h4nzSwlRcbxhXoX0B9jlJSo,2283
|
7
|
-
wandb/env.py,sha256=
|
7
|
+
wandb/env.py,sha256=c0iAMhkUsNayCAno7gbs8NTZ_4OKoqWW94Uip7Dc9ZI,14182
|
8
8
|
wandb/jupyter.py,sha256=dMCV2TVomJeHhbhEZTHZbxsxuGHXYGkOveK_3IbXju8,17451
|
9
9
|
wandb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
wandb/sklearn.py,sha256=hbPkefhS39A1RRymn0nHZZmKM2TrOd4xjlkthTZe9pY,803
|
11
11
|
wandb/trigger.py,sha256=PaitU3sX6ekGkd2R8iD6d_VtI72ypF7LaPBXh3rXY7Q,615
|
12
|
-
wandb/util.py,sha256=
|
12
|
+
wandb/util.py,sha256=ci-aL--1ukiH4tBr2Hz_T9CKok_2Fev90D-qY5V0R8U,63815
|
13
13
|
wandb/wandb_agent.py,sha256=0TKjcJ8jxEqaXMrs_dIflXfWFFOaulfSjzp_fpYiXD0,20985
|
14
14
|
wandb/wandb_controller.py,sha256=SksJdgwn14PpnUoIaBjJ9Ki4Nksl9BpQGGn42hT0xZg,24936
|
15
15
|
wandb/wandb_run.py,sha256=CNh9S6uubFk8FphQjzkbvedyyGCN9aBEsRBKjy8tqqs,155
|
16
|
-
wandb/_pydantic/__init__.py,sha256=
|
17
|
-
wandb/_pydantic/base.py,sha256=
|
18
|
-
wandb/_pydantic/utils.py,sha256=
|
19
|
-
wandb/_pydantic/v1_compat.py,sha256=
|
16
|
+
wandb/_pydantic/__init__.py,sha256=t5BNtxBNOqVfNLVXghsj0UKZFc_8LFpgt1edRZwfp0o,628
|
17
|
+
wandb/_pydantic/base.py,sha256=qOgf1LEMPO3o1kiYli9kOf2ZQLuP0GEMa8Qx2pDnJGY,4277
|
18
|
+
wandb/_pydantic/utils.py,sha256=JPUIFYhIV3Pji4lF7Trkr04-_OxQgavOdBzz5JYgkmE,2510
|
19
|
+
wandb/_pydantic/v1_compat.py,sha256=pHEdEVlJv5WSs91o742Cl19Xb_sOiODLVMKSIPuf290,11423
|
20
20
|
wandb/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
21
|
wandb/agents/pyagent.py,sha256=paZ04bMdruGEoApHHIBTJVJphK2I-ZHMNQ51nnR4ZZ4,13384
|
22
22
|
wandb/analytics/__init__.py,sha256=WG_Mh20Hr8d3vDmGMcfDXCMEIew3uzDYZAJwFsrbAug,50
|
@@ -34,55 +34,59 @@ wandb/apis/importers/internals/internal.py,sha256=hJAe3iYTU1uM3MJ5KLm7e4XLMzx5EI
|
|
34
34
|
wandb/apis/importers/internals/protocols.py,sha256=shZBD2bRMo81xPSUQdK2d9KK8qpop4CmMkizg8FI3WM,2885
|
35
35
|
wandb/apis/importers/internals/util.py,sha256=HvphFwhSxuYqg0omNhfP1GwZV6UzZN-m85CNaSUZXQs,2083
|
36
36
|
wandb/apis/public/__init__.py,sha256=g2wkjZ7105t-a8XBvZ7k5fPGk4kaZX4ZbN7yuBPgNVY,1147
|
37
|
-
wandb/apis/public/api.py,sha256=
|
38
|
-
wandb/apis/public/artifacts.py,sha256=
|
39
|
-
wandb/apis/public/automations.py,sha256=
|
37
|
+
wandb/apis/public/api.py,sha256=lYYzcdS9RD-a_sH3BHvEz4_kxQfDsqPgjxi9emUK0_Q,82018
|
38
|
+
wandb/apis/public/artifacts.py,sha256=vRoXmdDiOlrHEVtrG0NozkVfLXlVbFyZmP4jfiw_wpw,26723
|
39
|
+
wandb/apis/public/automations.py,sha256=meQY6iI5e-1Se77AcV3NvkBet0f14TkdA5nNk8V9SFQ,2311
|
40
40
|
wandb/apis/public/const.py,sha256=icNtcS3gTCtvevLWuTOCqm0FHEfLQ0P80mA69dWeEXs,121
|
41
41
|
wandb/apis/public/files.py,sha256=sQNGU18jmcpc6XccK5-jUXFhnqjOJgu9-fFljsTfg4Y,8497
|
42
42
|
wandb/apis/public/history.py,sha256=4gwe9HJ_NH9SSPtLtP7ELw4nIsxLPrY6ji13EK1siyM,4636
|
43
|
-
wandb/apis/public/integrations.py,sha256=
|
43
|
+
wandb/apis/public/integrations.py,sha256=du02uzOUv6_8heAW1Kwu1pa2uZeYIzPFRgqcAOpF8JY,6772
|
44
44
|
wandb/apis/public/jobs.py,sha256=Ewwh-KK2mNoOXIz3p4Q1fMoWqAkGDl1vGbTBZIkOxPc,22372
|
45
45
|
wandb/apis/public/projects.py,sha256=IkXLJYno-yni-MP6dzSeztV8fBmX2vdRvb6PjiIJPgs,5475
|
46
46
|
wandb/apis/public/query_generator.py,sha256=WfyaQuBcTHEECOJ2zN_0iqkUufki9MX28fj3axYZCLU,5977
|
47
|
-
wandb/apis/public/registries.py,sha256=CaL1vD2dH74aMu916vVfgqSsKFsQWMVZf5jNfXiboa0,18404
|
48
47
|
wandb/apis/public/reports.py,sha256=DR_Kw3dznuy1UeaiJ_ENLbimV1j1kSerYr_vqoPtWNY,15302
|
49
|
-
wandb/apis/public/runs.py,sha256=
|
48
|
+
wandb/apis/public/runs.py,sha256=BU9AVKRH6U7W3Jq65M7mpFrQTCJomFR6HFfKHgXMx4o,35378
|
50
49
|
wandb/apis/public/sweeps.py,sha256=FYWvA-h-xqCnZ8PYXRwOEvRHgl3BS0RhuZpTftIMNrc,6547
|
51
50
|
wandb/apis/public/teams.py,sha256=YJAsJLRVM5r6UT48tdGGVA2V_f7nayDe5Q5NRTFQ8m4,5474
|
52
51
|
wandb/apis/public/users.py,sha256=nbguWN0QJWvhsmgVx6IrkLYbjJcyI-eJQAUVaoY5Qjc,3796
|
53
52
|
wandb/apis/public/utils.py,sha256=62ux6zpRpVug_y-_PaHUSOkPcHMTNFknAPqcINJSHFg,7893
|
53
|
+
wandb/apis/public/registries/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
|
+
wandb/apis/public/registries/_freezable_list.py,sha256=E7qnLNnw1RF6ClQXbtkg3LRpOMs5jx2L5HiSY3RzTMo,6368
|
55
|
+
wandb/apis/public/registries/registries_search.py,sha256=QzqqKqhhJPeaxeuCS4uXlZ69DDPGePxc6qI97YUnv6s,15198
|
56
|
+
wandb/apis/public/registries/registry.py,sha256=w_gwGS4Zs4ZtpCMRhE4JTOOdk7WTu2OShq4xUTXWk3M,14012
|
57
|
+
wandb/apis/public/registries/utils.py,sha256=DCauCWaurIGVNNfov9__1L2kDIt0tt1uAYvCJNJIa-Q,4480
|
54
58
|
wandb/apis/reports/__init__.py,sha256=5ZkKvOqwks3UmVeaPuwIZYwyV8_afsGbtybDOXYjSsg,32
|
55
59
|
wandb/apis/reports/v1/__init__.py,sha256=L5l1BqMaap-w5wXCzn8pC8RXB7_72MsjTx8HeLuC3XU,263
|
56
60
|
wandb/apis/reports/v2/__init__.py,sha256=jdLiTqf5QIRxnWH8drWV9Y06bZEhI5N6uGGSKAT7tv0,263
|
57
61
|
wandb/apis/workspaces/__init__.py,sha256=buvqtqELpCFWC7sHzEuslJgx24ZWDj-5lo2mdV6aHdg,265
|
58
|
-
wandb/automations/__init__.py,sha256=
|
59
|
-
wandb/automations/_utils.py,sha256=
|
60
|
-
wandb/automations/_validators.py,sha256=
|
61
|
-
wandb/automations/actions.py,sha256=
|
62
|
-
wandb/automations/automations.py,sha256=
|
63
|
-
wandb/automations/events.py,sha256=
|
64
|
-
wandb/automations/integrations.py,sha256=
|
65
|
-
wandb/automations/scopes.py,sha256=
|
62
|
+
wandb/automations/__init__.py,sha256=8Lh_SaoZ_EZCbIclsnBliApiaR6u4IQGEf_ShgogSqU,2215
|
63
|
+
wandb/automations/_utils.py,sha256=V5_YrOhTIokAAndrQds3L6wLkDzrr8B5QuffhhGqBLA,8376
|
64
|
+
wandb/automations/_validators.py,sha256=5rEU_gC0TRx1UvFVyqCcQU6knAKsZHhTW3z_lU8eZBY,5002
|
65
|
+
wandb/automations/actions.py,sha256=FihlRvKBajFaFjXLZ1wKLU_cAAaJ28ltbLO1uv5HZfo,7498
|
66
|
+
wandb/automations/automations.py,sha256=R1Nf5Endnhw9BfO42IpsFgfzT3RHsi8uUYfQ50pM2ro,2749
|
67
|
+
wandb/automations/events.py,sha256=I_2-26zFsnheLPThHNTyLzymIjpLjV9HXPEk4cZ_670,10550
|
68
|
+
wandb/automations/integrations.py,sha256=ok3oBN8c8DMEbjt-wpFViwTd_FC-6nwRMuamsDAOiQc,1059
|
69
|
+
wandb/automations/scopes.py,sha256=8H6bxXqffuQHOV__Od28mm29A6ptvVPe9fg0cnKQB-M,2310
|
66
70
|
wandb/automations/_filters/__init__.py,sha256=UxAEPbeI7wUqZY-w8FgsMU4Jp5rgSxwuQXc_VhdpDWE,466
|
67
|
-
wandb/automations/_filters/expressions.py,sha256=
|
68
|
-
wandb/automations/_filters/operators.py,sha256=
|
69
|
-
wandb/automations/_filters/run_metrics.py,sha256
|
70
|
-
wandb/automations/_generated/__init__.py,sha256=
|
71
|
-
wandb/automations/_generated/
|
71
|
+
wandb/automations/_filters/expressions.py,sha256=rod6sXQZ-RFymdlGQ5HPYVHk93E8O1Wx8vCeJL_jsJM,6629
|
72
|
+
wandb/automations/_filters/operators.py,sha256=KZC4nb_ObCV0o2n8lDWAPpdIownDQfdCMLF9yKfbLZA,7185
|
73
|
+
wandb/automations/_filters/run_metrics.py,sha256=-Qymd2oEw7ez-G-sgklpVDYNVlwwnDHnTuvuYQI5AJ4,12926
|
74
|
+
wandb/automations/_generated/__init__.py,sha256=q2qlYbw2w70_xXVEXpiMisKM4hdZxWMSaW4jmTN-HCc,6824
|
75
|
+
wandb/automations/_generated/create_automation.py,sha256=AYIaKKLZDSo0VPU_JqjbVSdcoNfFArUtoxWinf-Q3Uc,340
|
72
76
|
wandb/automations/_generated/create_generic_webhook_integration.py,sha256=N0r4pYu6LG4m8PrZLm9CrYmAwbDMOiI4x0W1ygRxPhQ,1420
|
73
|
-
wandb/automations/_generated/
|
77
|
+
wandb/automations/_generated/delete_automation.py,sha256=iL3Q94KMuIIB8fDylXVn9ppicsMfF3xgk7IPqbxVR3A,340
|
74
78
|
wandb/automations/_generated/enums.py,sha256=QhdQw-UO89a5Px61iisYgRX_UMYx3QjGqB5FBgKY8DA,799
|
75
|
-
wandb/automations/_generated/fragments.py,sha256=
|
79
|
+
wandb/automations/_generated/fragments.py,sha256=52mxhcfT9XTrxCo04Z7QLiyPgbtHHhWXxj4d8qvaIlk,12017
|
76
80
|
wandb/automations/_generated/generic_webhook_integrations_by_entity.py,sha256=bwuMMOI2pZYzXWn50HvGH2yC6atEOTU5oNzYvw_MWfU,599
|
77
|
-
wandb/automations/_generated/
|
78
|
-
wandb/automations/_generated/
|
81
|
+
wandb/automations/_generated/get_automations.py,sha256=4fdmSADMbWV5oHcWc6sUK8PVbAuTUOuhK2izLjfDj0c,537
|
82
|
+
wandb/automations/_generated/get_automations_by_entity.py,sha256=G7w2Pnb4zOPq6gkw9jttmoQLjIXGnHXMl0bSeNZKTQw,591
|
79
83
|
wandb/automations/_generated/input_types.py,sha256=-BIaTQ03aoDb7vxao_D8s8pkyofFdkAYnkw9sK8IojE,3541
|
80
84
|
wandb/automations/_generated/integrations_by_entity.py,sha256=mRAf-LVgyWEmoGIKsI6CKPmuHbX2-Y1qpRzOKIAVW6c,501
|
81
|
-
wandb/automations/_generated/operations.py,sha256=
|
85
|
+
wandb/automations/_generated/operations.py,sha256=hL1Wqd_JJUthNybyQcY4CVnbl6VDzXlXySpyeB0iyhg,11122
|
82
86
|
wandb/automations/_generated/slack_integrations_by_entity.py,sha256=87KtiuB4wfsHCiQD9m9_1GF9DYhdvqm4EsZ1dOxYtRU,536
|
83
|
-
wandb/automations/_generated/
|
87
|
+
wandb/automations/_generated/update_automation.py,sha256=M58fqPcHAAYReJ45GU68FZAUCxERvTtWhNLlpiQJEag,340
|
84
88
|
wandb/beta/workflows.py,sha256=OW_e6_AYuNRxmSkKvv8xEjLHdCdqldApjWJSbk4-QG4,10394
|
85
|
-
wandb/bin/gpu_stats,sha256=
|
89
|
+
wandb/bin/gpu_stats,sha256=dVa5xdRaSRdz_2Crj8yKapht_21EkN7tHAh8hcE1tPU,10934896
|
86
90
|
wandb/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
87
91
|
wandb/cli/beta.py,sha256=Um35Q9CeoQPS80g0wryo2WtSaD7VA0XqF_YCQNDNiSY,5438
|
88
92
|
wandb/cli/cli.py,sha256=7uYU19_-StslbQdt5R78kWMWK2vYoKiX7hwEDZe2g2Y,92607
|
@@ -192,7 +196,7 @@ wandb/mpmain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
192
196
|
wandb/mpmain/__main__.py,sha256=bLhspPeHQvNMyRNR7xi9v-02XfW1mhJY2yBWI3bYtbg,57
|
193
197
|
wandb/old/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
194
198
|
wandb/old/core.py,sha256=bIIFlU3_E2hvrVCzMQk1VcwJtxbadbAZwDC0qsF4C2g,1501
|
195
|
-
wandb/old/settings.py,sha256=
|
199
|
+
wandb/old/settings.py,sha256=Cug-8ImuV4_x8HFGOnlATuh0iJ4JOUfmymguPFqlXvE,6482
|
196
200
|
wandb/old/summary.py,sha256=FZrkTyycUy6MRY1n4q7713rlTV7h-CMr8_kNoeb-wzY,13856
|
197
201
|
wandb/plot/__init__.py,sha256=Md3OLwXgT01j27Ad4WddOwzVseNWcvWxPCRSbXAtXE0,813
|
198
202
|
wandb/plot/bar.py,sha256=4mGxyMrnAZnaJekldYm9oHqEd1dcyWd1LE2UYKjPyok,2164
|
@@ -217,52 +221,52 @@ wandb/proto/wandb_settings_pb2.py,sha256=Wba7SDYTKy-Sm2sYrTmqwYH6sBvdD9ogE1i87lt
|
|
217
221
|
wandb/proto/wandb_telemetry_pb2.py,sha256=Y9uzA6O9yUJ3HKqYOi86hg-mZ49NtSzQ_XRFSCONolA,405
|
218
222
|
wandb/proto/v3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
219
223
|
wandb/proto/v3/wandb_base_pb2.py,sha256=_nsr_HW4Fdz62-KiXGo6Dw0_9bwdXz07auZkkH2QfSI,2355
|
220
|
-
wandb/proto/v3/wandb_internal_pb2.py,sha256=
|
224
|
+
wandb/proto/v3/wandb_internal_pb2.py,sha256=gl6w1yX_AFcT6wc2OuLzDe2Kj0lDU8sIKHs_iAuP4OM,117112
|
221
225
|
wandb/proto/v3/wandb_server_pb2.py,sha256=LQCUmuy0NFDo20N9uCUiE5VPyhP5r929WKtniae4CdQ,15514
|
222
226
|
wandb/proto/v3/wandb_settings_pb2.py,sha256=m1DklMA8QFSSpy7brcn8wbAl8KFUpLT1JGWs1p7Get8,21297
|
223
|
-
wandb/proto/v3/wandb_telemetry_pb2.py,sha256=
|
227
|
+
wandb/proto/v3/wandb_telemetry_pb2.py,sha256=8rk-fz4BYRyV7qIGAdG9TZ6hEd5KEP8LGd58VsQU5IE,14213
|
224
228
|
wandb/proto/v4/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
225
229
|
wandb/proto/v4/wandb_base_pb2.py,sha256=El5lnZMRpkc1W4SlZgeKoDPqWiJau0BG8QfigMMt6bM,1422
|
226
|
-
wandb/proto/v4/wandb_internal_pb2.py,sha256=
|
230
|
+
wandb/proto/v4/wandb_internal_pb2.py,sha256=5v7cT-ZFYDDO-ArGo6xI869iNKPPwltxFBrwOYlRX0o,53790
|
227
231
|
wandb/proto/v4/wandb_server_pb2.py,sha256=NiG6Xv9CDvxc8v8NmnM237jyYqMuRyE_nqmLAMZVdI8,6977
|
228
232
|
wandb/proto/v4/wandb_settings_pb2.py,sha256=zdM6a_oxeEj4JsdlfSrrBEt-nseG9v-EKZNhlYUmp64,17672
|
229
|
-
wandb/proto/v4/wandb_telemetry_pb2.py,sha256=
|
233
|
+
wandb/proto/v4/wandb_telemetry_pb2.py,sha256=kCmyZ-VxxKp3j6UjCbVotzVZu0AA_xxNJhKxTOrvMNc,11660
|
230
234
|
wandb/proto/v5/wandb_base_pb2.py,sha256=u7VVWdExJ4WDkYNMV-xvWvyQ-NTIbAqToTKtgEqt_Lg,1572
|
231
|
-
wandb/proto/v5/wandb_internal_pb2.py,sha256=
|
235
|
+
wandb/proto/v5/wandb_internal_pb2.py,sha256=e0lcjenRzNo8pmB4L7lI2D84suAz1yf4dOqezL-vnPY,58137
|
232
236
|
wandb/proto/v5/wandb_server_pb2.py,sha256=f55mk3Z77xUnq_tAbTd_Q75CiOJz6ppPbZT7CoeF7-I,7535
|
233
237
|
wandb/proto/v5/wandb_settings_pb2.py,sha256=U6UXB3be65DEzCmXASG_lNU6JiQScsbp6bgMqF3wWzg,18028
|
234
|
-
wandb/proto/v5/wandb_telemetry_pb2.py,sha256=
|
238
|
+
wandb/proto/v5/wandb_telemetry_pb2.py,sha256=A6kT4BQGzS0Q1CAu62xbAOQEwi8vF9qhfks9EYbF9oA,11930
|
235
239
|
wandb/proto/v6/wandb_base_pb2.py,sha256=5NJU1W7zgKLIsKL5brRoOL4HcLOxWieIKlWEe1IM0_g,1821
|
236
|
-
wandb/proto/v6/wandb_internal_pb2.py,sha256=
|
240
|
+
wandb/proto/v6/wandb_internal_pb2.py,sha256=Q5HHclprttzWUQ5tVANFpoWouq6i2tsmhOZQoKNr4D4,58390
|
237
241
|
wandb/proto/v6/wandb_server_pb2.py,sha256=jH4AJat2sz9hR88er6D4yb-6bNLY5nPW5oX5CuHjBLc,7786
|
238
242
|
wandb/proto/v6/wandb_settings_pb2.py,sha256=iS9x5B-cUOEehHQpaThIxI5-yRvS7K0QVsaTdyC9e5k,18281
|
239
|
-
wandb/proto/v6/wandb_telemetry_pb2.py,sha256=
|
243
|
+
wandb/proto/v6/wandb_telemetry_pb2.py,sha256=jYz3cJLutrwyewDlTD17YZikpjpQ1fZJbYfKgp49VdA,12184
|
240
244
|
wandb/sdk/__init__.py,sha256=N-GTAC0AzbZF2J8RzB33DTmYk9u-jubllCwvhWrPgsE,813
|
241
245
|
wandb/sdk/wandb_alerts.py,sha256=SwBPBiXRxknMTMGbsVoMMWqWK65UWMcKAdTWZtdwAeo,193
|
242
246
|
wandb/sdk/wandb_config.py,sha256=imPAYPMzP3rdhmYCK6zYWeZ1GbM7Jw5w7_PTJdoRmcc,10693
|
243
247
|
wandb/sdk/wandb_helper.py,sha256=IbJ7opO8UkfwCDekSjRYIrGBblUxnTPBfp1EdesfF4U,1824
|
244
|
-
wandb/sdk/wandb_init.py,sha256=
|
248
|
+
wandb/sdk/wandb_init.py,sha256=311pl5qHeAhfpBkGBV21NtUQ_iSDbxptzOwfRgOerjM,65201
|
245
249
|
wandb/sdk/wandb_login.py,sha256=SwbajDUYM_wrKQuBUyyN0Jsyt24Pq0gApJYLfcTmb-g,11284
|
246
250
|
wandb/sdk/wandb_metadata.py,sha256=wnwKexZjJ7zRtAcfYbOZtaoK6rfVVU5oKDWT5-UerOk,20886
|
247
251
|
wandb/sdk/wandb_metric.py,sha256=a3GiQXr6H18m81uobYjlJaC8CL8iANzI42qxkxfZsDs,3268
|
248
252
|
wandb/sdk/wandb_require.py,sha256=eYDG4oH1pwik2tHJVEdvivo4R2RypoITFomgr7umMhc,3104
|
249
253
|
wandb/sdk/wandb_require_helpers.py,sha256=ZmKv5aXXHDTTU6nYHMLKW4_pt9X-PlaMtbRJl77kHX8,1331
|
250
|
-
wandb/sdk/wandb_run.py,sha256=
|
251
|
-
wandb/sdk/wandb_settings.py,sha256=
|
252
|
-
wandb/sdk/wandb_setup.py,sha256=
|
254
|
+
wandb/sdk/wandb_run.py,sha256=mIPxXWDc8Xdi7yLYpLGt7BvqLvFfsYoLpfXe1VfYFO0,158032
|
255
|
+
wandb/sdk/wandb_settings.py,sha256=y3T8UeSdNBqrKVOlmAXpwCREXhf1aZ-cWsFpQGooyuk,64830
|
256
|
+
wandb/sdk/wandb_setup.py,sha256=3dvnkFlSuoa8BxzyKp_7qtj2tC2L26ge-rWolKQzfgY,15197
|
253
257
|
wandb/sdk/wandb_summary.py,sha256=yQdOVIPrZaZanhBQ7yuSfPLX0x6dxwkN_KAn4SgjSZU,4536
|
254
258
|
wandb/sdk/wandb_sweep.py,sha256=Sg_JqxVzmjUBvii41azpdr-c6RPwHOBnSha8k7jrRhk,4028
|
255
259
|
wandb/sdk/wandb_sync.py,sha256=GNC8xYqT56ws4aw6Vd_mV_Ck-InEbqnyioSqHIybDug,2106
|
256
260
|
wandb/sdk/wandb_watch.py,sha256=F7S9CLbw9PddUp1qBjPRKsOiVFU8LPaq6A9taV3TJKI,4840
|
257
261
|
wandb/sdk/artifacts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
258
|
-
wandb/sdk/artifacts/_graphql_fragments.py,sha256=
|
259
|
-
wandb/sdk/artifacts/_validators.py,sha256=
|
260
|
-
wandb/sdk/artifacts/artifact.py,sha256=
|
262
|
+
wandb/sdk/artifacts/_graphql_fragments.py,sha256=71o_SBwXhaD21UPWrCUu6zyhwez1btQBj6POmVvt0H0,2602
|
263
|
+
wandb/sdk/artifacts/_validators.py,sha256=52p27HXTr6hoTIB77jkLZeM0c3XWTzicvH1aftWQMMk,8180
|
264
|
+
wandb/sdk/artifacts/artifact.py,sha256=FzeSfd3fJeWn9gup78IiHhvu0S-vmgz4rZM-TJvQ7MU,100796
|
261
265
|
wandb/sdk/artifacts/artifact_download_logger.py,sha256=XEVxmktMInrd1p2z86CKt3QyTA9vscxJL5-8_eupknI,1501
|
262
|
-
wandb/sdk/artifacts/artifact_file_cache.py,sha256=
|
266
|
+
wandb/sdk/artifacts/artifact_file_cache.py,sha256=ErHjabIx-g8gWoCICAGEM5FU4_7aACQc3j0i0h7tm9A,9677
|
263
267
|
wandb/sdk/artifacts/artifact_instance_cache.py,sha256=atSUDvKjkp6by6QY0w2FLMrFUg9UKc8TIrMVWGauV64,501
|
264
268
|
wandb/sdk/artifacts/artifact_manifest.py,sha256=YYC6o2OooTcVfkzqQIIVcxVxqdSN9TELG-qWgaSI2Qo,2545
|
265
|
-
wandb/sdk/artifacts/artifact_manifest_entry.py,sha256=
|
269
|
+
wandb/sdk/artifacts/artifact_manifest_entry.py,sha256=JyvVLSMFISgwj-O-UkdzsjmuAV0UOzjrsl7OAaKUjHA,8643
|
266
270
|
wandb/sdk/artifacts/artifact_saver.py,sha256=Dw8gT3NVMlyoVuDkIpROYdZMU5rGduVZzRTFSOnebak,9718
|
267
271
|
wandb/sdk/artifacts/artifact_state.py,sha256=6fxISSPsK62VeMau_5CI4a9lQXTaUJXcruzk74WUIBE,236
|
268
272
|
wandb/sdk/artifacts/artifact_ttl.py,sha256=kNRr9JZ5P2iuo0ofoNKlSddGJkIQXRUjwgO8YUdyN4g,86
|
@@ -270,19 +274,22 @@ wandb/sdk/artifacts/exceptions.py,sha256=h9tSi023BhW85_FfjLYjeNtlVgUTqZRfnYM9Wgd
|
|
270
274
|
wandb/sdk/artifacts/staging.py,sha256=_U3oH2S7fEevRkcYgo4nmwvdaoJnZR4V-bNiJVWlowA,854
|
271
275
|
wandb/sdk/artifacts/storage_handler.py,sha256=ebMCKXvvn7z_eYunXriTOYescstuBbNbxn7MDW9qZAw,1834
|
272
276
|
wandb/sdk/artifacts/storage_layout.py,sha256=No2cLJEuU3Dr8rJ5Pq-e-36S6p-WKoYcCG24DKAKzro,73
|
273
|
-
wandb/sdk/artifacts/storage_policy.py,sha256=
|
274
|
-
wandb/sdk/artifacts/_generated/__init__.py,sha256
|
277
|
+
wandb/sdk/artifacts/storage_policy.py,sha256=b87WYRCrzKBKy0WBNjZIB_98_YbnqP7eKS3CoKT_Ig0,2216
|
278
|
+
wandb/sdk/artifacts/_generated/__init__.py,sha256=5RKVypVRz5KlJigMt3DGvE7MQeE9xFbCsuKNvTCcD38,12063
|
279
|
+
wandb/sdk/artifacts/_generated/add_aliases.py,sha256=-DCPnnu6-ydKyALEd8E0pxDXGGaYriHj-ktUixML4Lk,395
|
275
280
|
wandb/sdk/artifacts/_generated/artifact_collection_membership_files.py,sha256=iRG2YDjHIDgG9_O5sI4ltkJX6ILCAGJgEKJA_ImO7wE,1343
|
276
281
|
wandb/sdk/artifacts/_generated/artifact_version_files.py,sha256=-yPP-7wlB-jgv4BKrIm_7NeCucCcDwGvOb2rZSphUsk,925
|
277
282
|
wandb/sdk/artifacts/_generated/create_artifact_collection_tag_assignments.py,sha256=jvM9wBU7gfqbIyno7IvfQAh9Jbvp_bMFFDKph7qjpe8,1034
|
283
|
+
wandb/sdk/artifacts/_generated/delete_aliases.py,sha256=0lDMciBaXsJR2XSjFO0_zgTaNRc0gPrBMwmOJLogD_A,419
|
278
284
|
wandb/sdk/artifacts/_generated/delete_artifact_collection_tag_assignments.py,sha256=BHJKnPZbWcdHLg4-uQ2V51i4OM2voSUdovfYM5Zv7JA,642
|
279
285
|
wandb/sdk/artifacts/_generated/delete_artifact_portfolio.py,sha256=lsGr5vO2EiySHEOZ-KdWdaEXdLO9-YEavXlbuIKanYY,991
|
280
286
|
wandb/sdk/artifacts/_generated/delete_artifact_sequence.py,sha256=UGA_ymMNL8t1Bu5ThfKRl89B-elsUYhCdMa9_dGkUXU,979
|
281
287
|
wandb/sdk/artifacts/_generated/enums.py,sha256=Av9fHhSrUJDDaWPhS4fGJGLu_9X0lGhGjpKKnAEQ8iM,345
|
282
|
-
wandb/sdk/artifacts/_generated/
|
283
|
-
wandb/sdk/artifacts/_generated/
|
288
|
+
wandb/sdk/artifacts/_generated/fetch_linked_artifacts.py,sha256=17-3j0Tmiv2D1H--RpdE1AoRC5sHnw6DoGpavaEZ52U,2148
|
289
|
+
wandb/sdk/artifacts/_generated/fragments.py,sha256=xrqKHgziNdYqbxcJ6QBsHaxeb1Ok8dnxpI-MpS9z7uE,6691
|
290
|
+
wandb/sdk/artifacts/_generated/input_types.py,sha256=njtaSLpiTjmJwczfp6BgmSxe5NyXKjN8CTh-bsXxqD0,776
|
284
291
|
wandb/sdk/artifacts/_generated/move_artifact_collection.py,sha256=Jb4kOxyoNinSY_UUuqskBG3uuFN0KanevXOgXb4Q8mw,962
|
285
|
-
wandb/sdk/artifacts/_generated/operations.py,sha256=
|
292
|
+
wandb/sdk/artifacts/_generated/operations.py,sha256=gbkJIJPXiu9Bj7bjbIoNSugfUXdrLgh3Oguo4oQNT1E,12874
|
286
293
|
wandb/sdk/artifacts/_generated/project_artifact_collection.py,sha256=sMfS5nueyZz_EEQrdo2J7h9xo346jsAglAofHnqz1-k,3393
|
287
294
|
wandb/sdk/artifacts/_generated/project_artifact_collections.py,sha256=4vgbbsMeblXtbn3ebloXDGz20x5JRxzwZpZhci5x--w,865
|
288
295
|
wandb/sdk/artifacts/_generated/project_artifact_type.py,sha256=NOYXo2UYV1cslcbjSi0Q9167Iv5iksj9LS1XzcbsbXM,543
|
@@ -290,6 +297,7 @@ wandb/sdk/artifacts/_generated/project_artifact_types.py,sha256=rGbW8kK66zR72kLk
|
|
290
297
|
wandb/sdk/artifacts/_generated/project_artifacts.py,sha256=noPODtFVotO69VK5oHZeU8NF4aYLKsPPRHOtNMPhn38,1128
|
291
298
|
wandb/sdk/artifacts/_generated/run_input_artifacts.py,sha256=B9qtwEBoYXG55UuNq18MmRtOlMk2mvXukKDTW_dmPbQ,1406
|
292
299
|
wandb/sdk/artifacts/_generated/run_output_artifacts.py,sha256=055RjKbfuVwiWM2eKpErMIFiY7S74pLTjFdRSypYf1g,1432
|
300
|
+
wandb/sdk/artifacts/_generated/update_artifact.py,sha256=FYzYORox9ZaQA_QI-bBYJnytHQeq9DrrRgOj4iYvlQc,540
|
293
301
|
wandb/sdk/artifacts/_generated/update_artifact_portfolio.py,sha256=tcEUGOoAE8pqr27tCwJoA9-Z95s_gNlIQkDCaUiFqkE,978
|
294
302
|
wandb/sdk/artifacts/_generated/update_artifact_sequence.py,sha256=dwkvOYLgSbTSuwjZKvW9DtlW1Q78YPgQnayuVIA1P0U,966
|
295
303
|
wandb/sdk/artifacts/artifact_manifests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -306,7 +314,7 @@ wandb/sdk/artifacts/storage_handlers/wb_artifact_handler.py,sha256=MVLbOi-py7Fbw
|
|
306
314
|
wandb/sdk/artifacts/storage_handlers/wb_local_artifact_handler.py,sha256=JgQVx0G5wocuycEJXxXKlXAl6B7fRVlrvlBEX8_BzP0,2552
|
307
315
|
wandb/sdk/artifacts/storage_policies/__init__.py,sha256=bgpWKElL-3iHcLO8pF-L8oezG-dQbp_6vcCYo7CEFAU,226
|
308
316
|
wandb/sdk/artifacts/storage_policies/register.py,sha256=xT7kUxubtLqyE-9S6U9E4mCo1PtXl0ZEJ6gVQiS-kGQ,49
|
309
|
-
wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py,sha256=
|
317
|
+
wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py,sha256=H0Z2YnhUwkcw0FQ8SeYdR0Frwo9qxFsOr-PqWshESpU,22197
|
310
318
|
wandb/sdk/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
311
319
|
wandb/sdk/backend/backend.py,sha256=w9aV2IEEjUFjjAzAe8UX7Pfz49hp3dcI-fXRhpQWq9A,7791
|
312
320
|
wandb/sdk/data_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -325,7 +333,7 @@ wandb/sdk/data_types/saved_model.py,sha256=XtlrAp8PHb4Pd8-xG97I_iSvFe8fme9iHmHMR
|
|
325
333
|
wandb/sdk/data_types/table.py,sha256=YzAvTswSUK18bMcedianJf3cjXNz-gz7zG84n9nbTO8,45005
|
326
334
|
wandb/sdk/data_types/trace_tree.py,sha256=i0LaWCnZsmTY560byG6_K4D9a6LTWDYJDKrnPe2YhwE,14838
|
327
335
|
wandb/sdk/data_types/utils.py,sha256=Cngs-FHDjFs9BnBQJz8DV1QjLGoNE-2Bb8HbiTU6_Do,7636
|
328
|
-
wandb/sdk/data_types/video.py,sha256
|
336
|
+
wandb/sdk/data_types/video.py,sha256=SyKxd-V-5M49Ih1I7E3jnbyitSjk_gPMEblwQ26TJDY,9331
|
329
337
|
wandb/sdk/data_types/base_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
330
338
|
wandb/sdk/data_types/base_types/json_metadata.py,sha256=oKpimndUQvDW30n15tb2pbyyyKhhWwm8wsYNBEot060,1553
|
331
339
|
wandb/sdk/data_types/base_types/media.py,sha256=DMGP8hsfZv_iSgoqhW0xpcAUs-9Broe2rgpZs_KGIts,14417
|
@@ -339,7 +347,7 @@ wandb/sdk/integration_utils/auto_logging.py,sha256=sblNn9BIG7memxTj23UfrGXyA06t3
|
|
339
347
|
wandb/sdk/integration_utils/data_logging.py,sha256=DDFtDaUu50aeTTgxCHHYd2f85guqqf2xfEOburRlwwQ,19533
|
340
348
|
wandb/sdk/interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
341
349
|
wandb/sdk/interface/constants.py,sha256=NJNBFr7LkshLI837D3LU3JuEURLzBwza9H-kxcy4ihw,60
|
342
|
-
wandb/sdk/interface/interface.py,sha256=
|
350
|
+
wandb/sdk/interface/interface.py,sha256=zOC5ttCpNrYklhwbM1P7IMbvcKr4WyOUIlg3v0TRrlY,37761
|
343
351
|
wandb/sdk/interface/interface_queue.py,sha256=zOjUB2nf_wNMoEeXGWP5di-u4-UL2_jvsVZw53EbEsk,1257
|
344
352
|
wandb/sdk/interface/interface_relay.py,sha256=lM5ZgJc6m8BS-nWOuzMCwAK0ve9UBGgOD2rgJ9flIhI,867
|
345
353
|
wandb/sdk/interface/interface_shared.py,sha256=XmEg78CyUHI4XPNtgyx59aQIlzJzQjZYEIeQVECHXSE,18645
|
@@ -357,14 +365,14 @@ wandb/sdk/internal/file_stream.py,sha256=Dnqayrbqa6L2sG03rX2oIFhWT-IME5vl5JTykyL
|
|
357
365
|
wandb/sdk/internal/flow_control.py,sha256=3LJ-KatyPPH18G7TfSMLDk-BE5tankB4JRhQqLoUOWM,8585
|
358
366
|
wandb/sdk/internal/handler.py,sha256=zquR4k6Ah5ohg9n5XJC_bKAulz3aSUuMjUlHqiIOfFE,34280
|
359
367
|
wandb/sdk/internal/internal.py,sha256=o9_-6C99LMOx_YB5xuZ1I1KgpeHk3jUgll63sEe9gCY,12182
|
360
|
-
wandb/sdk/internal/internal_api.py,sha256=
|
368
|
+
wandb/sdk/internal/internal_api.py,sha256=NCy6QWgGtrOZeHVj1kX8-wWa2asJo2z6C3V8yFUQmOA,163308
|
361
369
|
wandb/sdk/internal/internal_util.py,sha256=dKawQKw4UdZUE6Bmme5baT0FGDC0IUgoD2zM6ey4oBU,2555
|
362
370
|
wandb/sdk/internal/job_builder.py,sha256=_L-DfGFEzDl0JLXPo535KPK3Bk0vqXsTQVF7buXeaiY,22962
|
363
371
|
wandb/sdk/internal/profiler.py,sha256=8RUuvXnKOAPyoul_V9D5uoQkHElg7wms89ieVfHVTHY,2408
|
364
372
|
wandb/sdk/internal/progress.py,sha256=9nNAErIXzJoapctsfqWYhESNPzFkXAu5TVAnaKsIa4k,2339
|
365
373
|
wandb/sdk/internal/run.py,sha256=X24LqoU3jxZKLUYYEl8pb0sJaGhwAhFMWX3xiYp4LXk,710
|
366
374
|
wandb/sdk/internal/sample.py,sha256=USAWLhEeP83J13BVOSIy1Rb3kDDKTK9kzR88SlhO7dw,2470
|
367
|
-
wandb/sdk/internal/sender.py,sha256=
|
375
|
+
wandb/sdk/internal/sender.py,sha256=4n3aEMDsB2zzvCnicolkRV5aBqdgyJoy3I8SOvmgq_I,64734
|
368
376
|
wandb/sdk/internal/sender_config.py,sha256=3g0eAgmYJtv7tPXlqf7qayqKj-JOclvVRvzbVi8wfR4,6711
|
369
377
|
wandb/sdk/internal/settings_static.py,sha256=-3pJ5RCWxGbNVVE4RvGudTurpn8ObN8wTEx_4dkrS3o,4284
|
370
378
|
wandb/sdk/internal/tb_watcher.py,sha256=3AvQGlZLGkr8POhaSGzbeyIcX0YWkLkblJ0bksAB8U8,18738
|
@@ -443,7 +451,7 @@ wandb/sdk/launch/runner/vertex_runner.py,sha256=zusWE3aw77P7RzKYOGiCgEzJtKz3ACjJ
|
|
443
451
|
wandb/sdk/launch/sweeps/__init__.py,sha256=PKCn6tB55bbKdHUPxwqmrFP2ZLOT9S7iIgd93vjNwSs,903
|
444
452
|
wandb/sdk/launch/sweeps/scheduler.py,sha256=yPHVT5GD1my_2tlMqGsLOBL3Q8pAxCcxLoFfvK03xzk,26905
|
445
453
|
wandb/sdk/launch/sweeps/scheduler_sweep.py,sha256=beM0go0u9xRcXW20ED8MyTqq4ol_O5_4PODbA7FpN88,2987
|
446
|
-
wandb/sdk/launch/sweeps/utils.py,sha256=
|
454
|
+
wandb/sdk/launch/sweeps/utils.py,sha256=tJJqTr6iZpUAZSfrS4GAqIXt1wKSHw98eo9tr7tegQg,10243
|
447
455
|
wandb/sdk/lib/__init__.py,sha256=53BA5lIOtUXciXZcPpNsFbp-iUPzI5gQFxplTykNmOE,183
|
448
456
|
wandb/sdk/lib/apikey.py,sha256=-t_qzoYTpgUOue-3q67Nh-H9vEXz-laUHVNx8XpbBug,11131
|
449
457
|
wandb/sdk/lib/asyncio_compat.py,sha256=zBC5yVXTPryiyK129ml56CW0PJE7vFm1N00Od5_WiKc,6579
|
@@ -492,12 +500,21 @@ wandb/sdk/mailbox/mailbox.py,sha256=jUEP2Ltgi9rCZmiDtfb5ZESaqwB2wH-sy72OLRvATZk,
|
|
492
500
|
wandb/sdk/mailbox/mailbox_handle.py,sha256=YLKNMkytIAoIpMuV5Nu_g04JdTGzm8P9d9iw2EPJhV4,3743
|
493
501
|
wandb/sdk/mailbox/response_handle.py,sha256=kZWVvVbpc92u3u23FTwAod-QCPFENUYREpjXm-wkh6Q,5031
|
494
502
|
wandb/sdk/mailbox/wait_with_progress.py,sha256=O3yGgUC3ztpfmdLk_CyirJVeXiCzF8nuDI2CqNiak90,4126
|
503
|
+
wandb/sdk/projects/_generated/__init__.py,sha256=ZjHH69hD3ps0Rrs0g5BJIXbz5JRdShWGQLTXq5ZGmzA,1303
|
504
|
+
wandb/sdk/projects/_generated/delete_project.py,sha256=2fguHdSAtLSjUl-J_t4kqCjoAeW6i5OUl2H3yv6Ig3o,495
|
505
|
+
wandb/sdk/projects/_generated/enums.py,sha256=vPRi0TPBkZS4D4to-WzhesolsPj3a2B1Okr1xmjRy5k,124
|
506
|
+
wandb/sdk/projects/_generated/fetch_registry.py,sha256=DvhQFgvf4yI32Q2puWRMcXzn7ZuHJfOgKmBxEk3AuLU,436
|
507
|
+
wandb/sdk/projects/_generated/fragments.py,sha256=iFeb_dX2RwGhnwKItiqv4QUX9stJwvGTS2UCsGwIynM,1101
|
508
|
+
wandb/sdk/projects/_generated/input_types.py,sha256=izPOosvLVVURHZgWC6yL6_uL_b7PDwz3Kw7qc3uoU0M,278
|
509
|
+
wandb/sdk/projects/_generated/operations.py,sha256=MhLYsTHjekySMt3jdlXdruDI0Sg5xR6wQSOeDvTu5b4,1785
|
510
|
+
wandb/sdk/projects/_generated/rename_project.py,sha256=gwiq_rlA55YUT-ZB6mukewxMmi7jSbMr1drZMKpFV98,595
|
511
|
+
wandb/sdk/projects/_generated/upsert_registry_project.py,sha256=yNkkeiImzvEbwL9yeJLIePZoBEfVuJB-u8VZFgixymo,597
|
495
512
|
wandb/sdk/service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
496
513
|
wandb/sdk/service/_startup_debug.py,sha256=A6P5iCYRoNGcVulziUc7Mw_Y2MCG8PAIAUVjzzMUTPs,602
|
497
514
|
wandb/sdk/service/port_file.py,sha256=_VeftD2LjNBeQH6nfzd9Dyq2u4fT2YRLE7D1ikIhYmU,1546
|
498
515
|
wandb/sdk/service/server.py,sha256=_0MAn4Y1hs2AnapyQb5heYiixKQNxFENfkxIGoiiIB8,3460
|
499
516
|
wandb/sdk/service/server_sock.py,sha256=J25fwVS6O1ljgd3Fw7opECwCHKsTeLddOTJvbE_KEA0,9802
|
500
|
-
wandb/sdk/service/service.py,sha256=
|
517
|
+
wandb/sdk/service/service.py,sha256=6QEV-BXJZ-ewhOor6NxZWFRJnQ5AxGqkfHSvkcu09NI,8910
|
501
518
|
wandb/sdk/service/streams.py,sha256=AXv98iJcXUwx5UjPBTppCob6SEHaFf8HfjXmmzlwwbA,14948
|
502
519
|
wandb/sdk/verify/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
503
520
|
wandb/sdk/verify/verify.py,sha256=zSSAdm0_xd5Yu8E3BS5OAJbiJzVuwM0W25i-ldXCMh8,18320
|
@@ -887,8 +904,8 @@ wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/importlib2.py,sha256=cJIaJ2EQso
|
|
887
904
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/platform.py,sha256=UORYTNVcUSE2NpFcq9UVLIS-tsS0TS_Qw8akhKxn2eY,1506
|
888
905
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/unicode_paths.py,sha256=UWX8DB97ygkEeSxWQUYCHR4MahNilux7vl5TCTQtPPk,2190
|
889
906
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/win32stat.py,sha256=ZOevOTbSo8NRiIxkuBVGaG4yigWnPoO0goxAi-jsBkM,3828
|
890
|
-
wandb-0.19.
|
891
|
-
wandb-0.19.
|
892
|
-
wandb-0.19.
|
893
|
-
wandb-0.19.
|
894
|
-
wandb-0.19.
|
907
|
+
wandb-0.19.11.dist-info/METADATA,sha256=gVmAK68XIW9ZWlg4--FcNF2qbJIq8fZzsQ_NjV2RWSU,10259
|
908
|
+
wandb-0.19.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
909
|
+
wandb-0.19.11.dist-info/entry_points.txt,sha256=v4FCOZ9gW7Pc6KLsmgQqpCiKTrA1wh2XHmNf-NUP1-I,67
|
910
|
+
wandb-0.19.11.dist-info/licenses/LICENSE,sha256=izOKRJpGOx1PrJiGOKR0HsNdlB5JdH2d0Z4P7a7ssTc,1081
|
911
|
+
wandb-0.19.11.dist-info/RECORD,,
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# Generated by ariadne-codegen
|
2
|
-
# Source: tools/graphql_codegen/automations/
|
3
|
-
|
4
|
-
from __future__ import annotations
|
5
|
-
|
6
|
-
from typing import Optional
|
7
|
-
|
8
|
-
from pydantic import Field
|
9
|
-
|
10
|
-
from wandb._pydantic import GQLBase
|
11
|
-
|
12
|
-
from .fragments import CreateFilterTriggerResult
|
13
|
-
|
14
|
-
|
15
|
-
class CreateFilterTrigger(GQLBase):
|
16
|
-
create_filter_trigger: Optional[CreateFilterTriggerResult] = Field(
|
17
|
-
alias="createFilterTrigger"
|
18
|
-
)
|
19
|
-
|
20
|
-
|
21
|
-
CreateFilterTrigger.model_rebuild()
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# Generated by ariadne-codegen
|
2
|
-
# Source: tools/graphql_codegen/automations/
|
3
|
-
|
4
|
-
from __future__ import annotations
|
5
|
-
|
6
|
-
from typing import Optional
|
7
|
-
|
8
|
-
from pydantic import Field
|
9
|
-
|
10
|
-
from wandb._pydantic import GQLBase
|
11
|
-
|
12
|
-
from .fragments import DeleteTriggerResult
|
13
|
-
|
14
|
-
|
15
|
-
class DeleteTrigger(GQLBase):
|
16
|
-
delete_trigger: Optional[DeleteTriggerResult] = Field(alias="deleteTrigger")
|
17
|
-
|
18
|
-
|
19
|
-
DeleteTrigger.model_rebuild()
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# Generated by ariadne-codegen
|
2
|
-
# Source: tools/graphql_codegen/automations/
|
3
|
-
|
4
|
-
from __future__ import annotations
|
5
|
-
|
6
|
-
from typing import Optional
|
7
|
-
|
8
|
-
from pydantic import Field
|
9
|
-
|
10
|
-
from wandb._pydantic import GQLBase
|
11
|
-
|
12
|
-
from .fragments import UpdateFilterTriggerResult
|
13
|
-
|
14
|
-
|
15
|
-
class UpdateFilterTrigger(GQLBase):
|
16
|
-
update_filter_trigger: Optional[UpdateFilterTriggerResult] = Field(
|
17
|
-
alias="updateFilterTrigger"
|
18
|
-
)
|
19
|
-
|
20
|
-
|
21
|
-
UpdateFilterTrigger.model_rebuild()
|
File without changes
|
File without changes
|
File without changes
|