wandb 0.21.4__py3-none-win32.whl → 0.22.0__py3-none-win32.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 +1 -1
- wandb/apis/public/__init__.py +42 -0
- wandb/apis/public/runs.py +24 -6
- wandb/bin/gpu_stats.exe +0 -0
- wandb/bin/wandb-core +0 -0
- wandb/proto/v3/wandb_internal_pb2.py +234 -224
- wandb/proto/v4/wandb_internal_pb2.py +226 -224
- wandb/proto/v5/wandb_internal_pb2.py +226 -224
- wandb/proto/v6/wandb_base_pb2.py +3 -3
- wandb/proto/v6/wandb_internal_pb2.py +229 -227
- wandb/proto/v6/wandb_server_pb2.py +3 -3
- wandb/proto/v6/wandb_settings_pb2.py +3 -3
- wandb/proto/v6/wandb_sync_pb2.py +3 -3
- wandb/proto/v6/wandb_telemetry_pb2.py +3 -3
- wandb/sdk/artifacts/storage_handlers/gcs_handler.py +1 -1
- wandb/sdk/artifacts/storage_handlers/http_handler.py +1 -3
- wandb/sdk/artifacts/storage_handlers/local_file_handler.py +1 -1
- wandb/sdk/artifacts/storage_handlers/s3_handler.py +1 -1
- wandb/sdk/artifacts/storage_policies/_factories.py +63 -0
- wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py +59 -124
- wandb/sdk/interface/interface.py +10 -0
- wandb/sdk/interface/interface_shared.py +9 -0
- wandb/sdk/wandb_init.py +9 -1
- wandb/wandb_agent.py +35 -4
- {wandb-0.21.4.dist-info → wandb-0.22.0.dist-info}/METADATA +1 -1
- {wandb-0.21.4.dist-info → wandb-0.22.0.dist-info}/RECORD +30 -29
- {wandb-0.21.4.dist-info → wandb-0.22.0.dist-info}/WHEEL +0 -0
- {wandb-0.21.4.dist-info → wandb-0.22.0.dist-info}/entry_points.txt +0 -0
- {wandb-0.21.4.dist-info → wandb-0.22.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
package_readme.md,sha256=XGlaq8rMFcoBb21rCr2d5qeSM79ZI4WslLmXqRimTGQ,4395
|
2
|
-
wandb/__init__.py,sha256=
|
3
|
-
wandb/__init__.pyi,sha256=
|
2
|
+
wandb/__init__.py,sha256=zgMu0A-FG_26iZwT44EgCkkum0wAR78yoTgzjYNTqQw,7019
|
3
|
+
wandb/__init__.pyi,sha256=vDbc2HKjps5_kQ06TuwRlURu2uBQWIo_Fn5y4bS0O_I,47627
|
4
4
|
wandb/__main__.py,sha256=uHY6OxHT6RtTH34zC8_UC1GsCTkndgbdsHXv-t7dOMI,67
|
5
5
|
wandb/_analytics.py,sha256=byyIMDAiBDjoN7n0OnSOrR_jwQOAfa_lj06sRK-pyR0,2051
|
6
6
|
wandb/_iterutils.py,sha256=S1zBdvnlV_2UMuQZiXfwXx8ru2-WQS7PodQ6VApYDcQ,2821
|
@@ -12,7 +12,7 @@ wandb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
wandb/sklearn.py,sha256=8wlo8mLyekq6yRZBgluzPj4J-RP3wkLaEWm0yh7gvWw,838
|
13
13
|
wandb/trigger.py,sha256=d9TizmMPsvr0k9_3SBK2nq-Mb95bTzf9DZ1aE_F0ASo,644
|
14
14
|
wandb/util.py,sha256=t5H7IRtpAmNdMGqE8bU2w8qdlNLr6w_cSn4GaUYmf-s,67421
|
15
|
-
wandb/wandb_agent.py,sha256
|
15
|
+
wandb/wandb_agent.py,sha256=U8zba8W17CYbK9NpKA_jynRFUnhLWer_yJul0kma0W8,23426
|
16
16
|
wandb/wandb_controller.py,sha256=od0i1iO61iHMmiE_W-onoIwUAFeoym4RsUAw_0mJ11E,25655
|
17
17
|
wandb/wandb_run.py,sha256=yZosTmFJIHHEsL9uGtFMRIlkdxaxjsG9z-Rfn1NLEbY,136
|
18
18
|
wandb/_pydantic/__init__.py,sha256=PrLPBo-j3THqQxFlEioYH5T7c5QR5n_5vniyn454ay4,663
|
@@ -36,7 +36,7 @@ wandb/apis/importers/wandb.py,sha256=8_hLoLd144gF44akCUWSJmdYrRo4rgDt40X5pHlCS3g
|
|
36
36
|
wandb/apis/importers/internals/internal.py,sha256=ljRzt3FqYc4zRpCsCl9PUvXFxYAqiPrW3RojZ5vbqiw,13581
|
37
37
|
wandb/apis/importers/internals/protocols.py,sha256=PRnN66EtZPDtCiZomB_CtTtE0tMcebeG9aAK5OyDSGk,2988
|
38
38
|
wandb/apis/importers/internals/util.py,sha256=MuclUljXdA__0ULaqcBM6ux4pK6YUW5i6ezri5X7_7Q,2159
|
39
|
-
wandb/apis/public/__init__.py,sha256=
|
39
|
+
wandb/apis/public/__init__.py,sha256=Bo5p_5i4Foaw8zReaQHksf4-r0gfykTDQ_ugi7iXNHY,2273
|
40
40
|
wandb/apis/public/api.py,sha256=udbEQVQSBB7V0e619D7yYUTakRdiRYzO4Hrj9IxnmX4,90895
|
41
41
|
wandb/apis/public/artifacts.py,sha256=CsETamLkb0NvPv1F4KTC7H15hy-Du-XxrY9DEjIGpbo,36046
|
42
42
|
wandb/apis/public/automations.py,sha256=67ixAZ9FEPy6SuInvE8u2vurLpVlEug1hgOb550XqS8,2731
|
@@ -48,7 +48,7 @@ wandb/apis/public/jobs.py,sha256=5APZKQN6g7ZyvjjTCR6-scCc_QsnOo-ceIbN8ituB9k,270
|
|
48
48
|
wandb/apis/public/projects.py,sha256=KFrUZ2PnUz07hWOSGhWGk6rLYOxxVwwwzXoe52Jt9hc,8294
|
49
49
|
wandb/apis/public/query_generator.py,sha256=3rQkvnFYdV8c1WfRjwLkZWROy_LUXb4T7OoDDsjojrY,6703
|
50
50
|
wandb/apis/public/reports.py,sha256=3zqxkIIj6tN0GHHdBsn72r1GRkm-r2fy_vAUyB2-mvo,20414
|
51
|
-
wandb/apis/public/runs.py,sha256=
|
51
|
+
wandb/apis/public/runs.py,sha256=p9P2w_bOrTCY_NR54BdfJax1CuuVLHJgfmfAHVh7Uzg,43781
|
52
52
|
wandb/apis/public/sweeps.py,sha256=wkmSTxvsKUE2GJY5vnEN_otb0VoOpDKb6gGJBq6ibtM,13386
|
53
53
|
wandb/apis/public/teams.py,sha256=jLu8LrYwLLCNpAOzrsBiHmqQIgGyfEti-7E5eNj77VA,6850
|
54
54
|
wandb/apis/public/users.py,sha256=Ns2k1nsq5MxSYliIHiN2ZRLaMHAGssBKro1Ht8tlKCU,5527
|
@@ -89,8 +89,8 @@ wandb/automations/_generated/operations.py,sha256=V0n3PZ_e754Ym8IraYjFzLWg0wqnA_
|
|
89
89
|
wandb/automations/_generated/slack_integrations_by_entity.py,sha256=95llPwkGxKrwX4R6ze9IxzmMuyLpIWoperLUy-hKsE0,558
|
90
90
|
wandb/automations/_generated/update_automation.py,sha256=9SvGNXYK7fEZdhztonzRcMiJ8Yqps-42hKB16CUOFYI,357
|
91
91
|
wandb/beta/workflows.py,sha256=8uFVT9y-9CotD7OLkSQ4mRd_tsrSRsC1q0tAmJ489qI,11825
|
92
|
-
wandb/bin/gpu_stats.exe,sha256=
|
93
|
-
wandb/bin/wandb-core,sha256=
|
92
|
+
wandb/bin/gpu_stats.exe,sha256=FBOJPqs5uYblObGWj-TD9_zYFFvvUr-YQ4K1238dsak,8111104
|
93
|
+
wandb/bin/wandb-core,sha256=jrjZ8G1RrtEX9_Zih4g4Z3yBdcjylL4CIDm5kFItQmw,43230720
|
94
94
|
wandb/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
95
95
|
wandb/cli/beta.py,sha256=JVDUwH9ykSXL9vU2WKS0nnJjoR3D3QJNWk9sCMTJEEo,2238
|
96
96
|
wandb/cli/beta_sync.py,sha256=aCGbP5ZKmaw56IqCr0L5uWlwHG2TQoTP3OIRMNYnY-U,7158
|
@@ -235,35 +235,35 @@ wandb/proto/wandb_sync_pb2.py,sha256=1sAhHiJUUHU2cTdsWkrxlscBrPyxHmXXA4hKkgvmmik
|
|
235
235
|
wandb/proto/wandb_telemetry_pb2.py,sha256=-vMGhrHljykiYoRmS8Y9jN8Or4g02VzHIrG4j2b2MOM,417
|
236
236
|
wandb/proto/v3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
237
237
|
wandb/proto/v3/wandb_base_pb2.py,sha256=zwma_gb3IOSfBJ1tvMIdmQtQQZLe29upb8Mqr4m9No4,2410
|
238
|
-
wandb/proto/v3/wandb_internal_pb2.py,sha256=
|
238
|
+
wandb/proto/v3/wandb_internal_pb2.py,sha256=SA5Ix6mlPo46YiKHIipZ1OAgpDV1WGo2aAq1u_abw6M,119486
|
239
239
|
wandb/proto/v3/wandb_server_pb2.py,sha256=bEu2DeZj6Hq_s7I2rVRKaraZr4OzPcICN_7n455Gb_g,14919
|
240
240
|
wandb/proto/v3/wandb_settings_pb2.py,sha256=StpCiKAm5QlFDWlIncW9GW-hAx3H05H4LdL2ecGsy2U,21968
|
241
241
|
wandb/proto/v3/wandb_sync_pb2.py,sha256=U4sCeh74PqQ6A0-kv6jvHw3Fcpdi2upa95IMM4V7774,4807
|
242
242
|
wandb/proto/v3/wandb_telemetry_pb2.py,sha256=D2SzqZ-Od89FzmpOfYyuZb5tK7r2R_O9X77aUgK8nYM,14700
|
243
243
|
wandb/proto/v4/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
244
244
|
wandb/proto/v4/wandb_base_pb2.py,sha256=tl7f-74ItLSWCP_GDfAWm02sTEgUpWZGoP_vqEpvRE8,1452
|
245
|
-
wandb/proto/v4/wandb_internal_pb2.py,sha256=
|
245
|
+
wandb/proto/v4/wandb_internal_pb2.py,sha256=te_FM1Vf6vfbWqJfROcl5OSDgkSb--bT8aOthzDTkMo,54430
|
246
246
|
wandb/proto/v4/wandb_server_pb2.py,sha256=6fpQQDr5fpz8WkHCO2Aogsx1tfOfaHC-ynQb1quvbDU,7120
|
247
247
|
wandb/proto/v4/wandb_settings_pb2.py,sha256=jD91g1lN4Xqcr74XQoYT6vyvqfFOxbxrGlzv4Wve4FM,18268
|
248
248
|
wandb/proto/v4/wandb_sync_pb2.py,sha256=AI2VasULIthqDbulEwDUEMIEdik1fSbKAAZ-vesz8Lg,2384
|
249
249
|
wandb/proto/v4/wandb_telemetry_pb2.py,sha256=lhk-pngFTZVQUikx_yjOHSmOw_RZ1v9KPkpOn68k3QQ,12082
|
250
250
|
wandb/proto/v5/wandb_base_pb2.py,sha256=ES3U80f2YCt-fwiqaIrz7BGHVywwx6ibEDAnlWpohig,1603
|
251
|
-
wandb/proto/v5/wandb_internal_pb2.py,sha256=
|
251
|
+
wandb/proto/v5/wandb_internal_pb2.py,sha256=kA6oPQ9OKFC-MDfTKeKRqYy6IwmNLeltAd9MDT-4Sck,58802
|
252
252
|
wandb/proto/v5/wandb_server_pb2.py,sha256=VSu2aK5tbBlN4tZrRV4cR2Br3ElxoQmXH7hxWwWVwDE,7631
|
253
253
|
wandb/proto/v5/wandb_settings_pb2.py,sha256=VxT4LysYbRGPmBdB0AAtX3FWZ4BZBlNdtQuQhfTRxgs,18625
|
254
254
|
wandb/proto/v5/wandb_sync_pb2.py,sha256=3zyRvHqBvpVwg7aCuHKrQouDT8Wcy6Vmg6vvmCbG6nY,2607
|
255
255
|
wandb/proto/v5/wandb_telemetry_pb2.py,sha256=1wEy2R0WRlxBdHv9Qt0JkG7HXS9xN9D41574NPin0tI,12353
|
256
|
-
wandb/proto/v6/wandb_base_pb2.py,sha256=
|
257
|
-
wandb/proto/v6/wandb_internal_pb2.py,sha256=
|
258
|
-
wandb/proto/v6/wandb_server_pb2.py,sha256=
|
259
|
-
wandb/proto/v6/wandb_settings_pb2.py,sha256=
|
260
|
-
wandb/proto/v6/wandb_sync_pb2.py,sha256=
|
261
|
-
wandb/proto/v6/wandb_telemetry_pb2.py,sha256=
|
256
|
+
wandb/proto/v6/wandb_base_pb2.py,sha256=Ar8D_8HQCOHsBnw1RebbdKc1BqnHUv1Hx7LhFmtXA7A,1862
|
257
|
+
wandb/proto/v6/wandb_internal_pb2.py,sha256=XPSRbwmUvkrSUDtr3LVY4f3YFHvxpvnCB9fQF-YimRs,59065
|
258
|
+
wandb/proto/v6/wandb_server_pb2.py,sha256=oz2SvSOlpJUMX7QqSw9mfOqM_Z-IVZfqdbnCAQGoICs,7892
|
259
|
+
wandb/proto/v6/wandb_settings_pb2.py,sha256=z7fVcx7ZSPDKmd4wcMavB70XINbO4NuCZnogaxP2tos,18888
|
260
|
+
wandb/proto/v6/wandb_sync_pb2.py,sha256=o3mR37I8k_fhwWfMlBtY1NR8OEFYmpPxIlHt4sOj20E,2866
|
261
|
+
wandb/proto/v6/wandb_telemetry_pb2.py,sha256=Vn5p4u7AdeuwGKpdfpl_sMPrW6Yi8qF7QTstVuwC6VE,12617
|
262
262
|
wandb/sdk/__init__.py,sha256=6lzqckLZUs7GpFZIwpgxGJwJDvhuyo-XCQnSrtZqE1c,850
|
263
263
|
wandb/sdk/wandb_alerts.py,sha256=f6ygzuXTDT0IvMLcKlgatmXKx5HMPsm8sYwvPocl0Js,205
|
264
264
|
wandb/sdk/wandb_config.py,sha256=yVtkXWoDbVmgUD8UVV-f4y4r_A1atVSvxfCk5eN7Hp4,11015
|
265
265
|
wandb/sdk/wandb_helper.py,sha256=kc5Ib648to7cEGEwAuJus07rsHudL1Ux7FWPPSRnKy8,1878
|
266
|
-
wandb/sdk/wandb_init.py,sha256=
|
266
|
+
wandb/sdk/wandb_init.py,sha256=be-t8avIXjYiQt9AQFHddEcLU8rrtpGuGEJ3RWlPwrU,62529
|
267
267
|
wandb/sdk/wandb_login.py,sha256=H_T0DThPMk93rVTdet22i7qzRJ1kmzVFpkhlXkpRk1Q,11657
|
268
268
|
wandb/sdk/wandb_metric.py,sha256=JsJP2UZCliJ8OdC_uvvd_XF5k4FIAt3YWlmN1O9jLmc,3458
|
269
269
|
wandb/sdk/wandb_require.py,sha256=bUS9nZXUVjmFcc6EMW6ZSzXtQf1xg0bX98ljVxFdVX0,2801
|
@@ -338,17 +338,18 @@ wandb/sdk/artifacts/artifact_manifests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JC
|
|
338
338
|
wandb/sdk/artifacts/artifact_manifests/artifact_manifest_v1.py,sha256=r0K0ZPe2-c7g6v3XnIwbcywIIUpCxmIBLsWyrtOg_7Q,3591
|
339
339
|
wandb/sdk/artifacts/storage_handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
340
340
|
wandb/sdk/artifacts/storage_handlers/azure_handler.py,sha256=D3YwnAvY94GRNCNFtxuZSUSSrV8gFCAwWjFG5XosamI,8547
|
341
|
-
wandb/sdk/artifacts/storage_handlers/gcs_handler.py,sha256=
|
342
|
-
wandb/sdk/artifacts/storage_handlers/http_handler.py,sha256=
|
343
|
-
wandb/sdk/artifacts/storage_handlers/local_file_handler.py,sha256=
|
341
|
+
wandb/sdk/artifacts/storage_handlers/gcs_handler.py,sha256=gl22N9ct4LTne8UV3sy5aOLgzPApdkDZzY8cFNoO0TI,8696
|
342
|
+
wandb/sdk/artifacts/storage_handlers/http_handler.py,sha256=xOY5ausd6SJn0uyn3jysPIHZeHHZM0O2VZUHMGNjbDU,4032
|
343
|
+
wandb/sdk/artifacts/storage_handlers/local_file_handler.py,sha256=foN3Mq77c29j1qzzu1wKTwxoz-RZ0YIIwdPy0Ll3A4Q,5575
|
344
344
|
wandb/sdk/artifacts/storage_handlers/multi_handler.py,sha256=m5t_fxXy8Gsk7wnZnGpU-D3gvweHERcNRIZPK-kL380,1898
|
345
|
-
wandb/sdk/artifacts/storage_handlers/s3_handler.py,sha256=
|
345
|
+
wandb/sdk/artifacts/storage_handlers/s3_handler.py,sha256=h_5dCLN6ipJZUj9i-Uvt3A52gTlDQqGiKFZW0bJjFPk,13179
|
346
346
|
wandb/sdk/artifacts/storage_handlers/tracking_handler.py,sha256=u9F5fegy-a3O1gwntsRWEX_Ah09T5GCzP5Igw2JILGk,2555
|
347
347
|
wandb/sdk/artifacts/storage_handlers/wb_artifact_handler.py,sha256=XgYdqZMrMk3atIDc0wOgtoCdEijXUm8KjcFjS3YYvB0,4895
|
348
348
|
wandb/sdk/artifacts/storage_handlers/wb_local_artifact_handler.py,sha256=WP_7fqMSHWJoLTG5g042rLrbdfYn3F3VkV3rsaV_hMA,2636
|
349
349
|
wandb/sdk/artifacts/storage_policies/__init__.py,sha256=G8quZY8-eynVVXmNBbiLGfUoI2P1rOE-LOmpzOwNJe0,230
|
350
|
+
wandb/sdk/artifacts/storage_policies/_factories.py,sha256=4PdkmHK_iUdD-0RdCaE7QoU_BBE5NnAVSDsQ481GBt4,2312
|
350
351
|
wandb/sdk/artifacts/storage_policies/register.py,sha256=azfof-H42vIuvndo9hvN4cZ3UXWG-nZcrFQ1QFL9oIc,50
|
351
|
-
wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py,sha256=
|
352
|
+
wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py,sha256=qcuAPC4fNzKoiyHRTyPQCk4x0ZrNcK6a7UtKIv_xSnY,20113
|
352
353
|
wandb/sdk/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
353
354
|
wandb/sdk/backend/backend.py,sha256=hir04WylvBJptctooIpNeZIbZzHoNFBkLFLXrbUxhPY,1367
|
354
355
|
wandb/sdk/data_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -382,9 +383,9 @@ wandb/sdk/integration_utils/auto_logging.py,sha256=3YDfDXTKGH0ZN1LLcnApNHrmdVgdX
|
|
382
383
|
wandb/sdk/integration_utils/data_logging.py,sha256=DtSEZB-TzxQKhjm9IXNxDeOAUZyDXGYrfRvVh2Cju54,20008
|
383
384
|
wandb/sdk/interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
384
385
|
wandb/sdk/interface/constants.py,sha256=GKZ2hATTBCt7yU8kloafZR34yLChiI36O_VtxZZbQyg,64
|
385
|
-
wandb/sdk/interface/interface.py,sha256=
|
386
|
+
wandb/sdk/interface/interface.py,sha256=2ajtM7OBviT4yPjI2NIgf1-J12vrD77cR9ImX6bfMl4,39291
|
386
387
|
wandb/sdk/interface/interface_queue.py,sha256=SQtGYBbSIH2jt34dzZsl4cv5mQ320kO-zOv6QHB1SIE,1200
|
387
|
-
wandb/sdk/interface/interface_shared.py,sha256=
|
388
|
+
wandb/sdk/interface/interface_shared.py,sha256=h_du-vuqd7dzsU9UtxOQA_CH5YB1dtXtBs3BtsCeo9U,18601
|
388
389
|
wandb/sdk/interface/interface_sock.py,sha256=hx0UW7D3WX0YSNcM_Mc58lM9_0Fw56VA8oPgIGRw3KI,1426
|
389
390
|
wandb/sdk/interface/summary_record.py,sha256=NZOachyUirH7MATnxNUu5PVfVvDHNUFbEkCvRyoEFUo,1744
|
390
391
|
wandb/sdk/internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -908,8 +909,8 @@ wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/importlib2.py,sha256=kX0rdVmTDL
|
|
908
909
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/platform.py,sha256=7fpTDfxSYvSRtHvyog-plRdLR5A6k1QVY_AL0gVhhPM,1563
|
909
910
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/unicode_paths.py,sha256=xzyQmuba2gns1s3Qemu9SXaKV5zeTL3TP9--xOi541g,2254
|
910
911
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/win32stat.py,sha256=R48kuuEIi7XzCJBJ6Xo7v6DJIbOP5EwcsWaPf5Axn_g,3951
|
911
|
-
wandb-0.
|
912
|
-
wandb-0.
|
913
|
-
wandb-0.
|
914
|
-
wandb-0.
|
915
|
-
wandb-0.
|
912
|
+
wandb-0.22.0.dist-info/METADATA,sha256=jqSNk4WszyTI53qqeGx5pF8HMBRTkPoVGbtlskZAvcA,10244
|
913
|
+
wandb-0.22.0.dist-info/WHEEL,sha256=F7luzo77gHneG2SMTaD6iIlqNT8oVz1uotn5Zigp4o8,89
|
914
|
+
wandb-0.22.0.dist-info/entry_points.txt,sha256=v4FCOZ9gW7Pc6KLsmgQqpCiKTrA1wh2XHmNf-NUP1-I,67
|
915
|
+
wandb-0.22.0.dist-info/licenses/LICENSE,sha256=rJ7p1acqNi17WFOAJ9WqsImXZtKZDA3i_gzdDVGRuFQ,1102
|
916
|
+
wandb-0.22.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|