wandb 0.17.8rc1__py3-none-macosx_11_0_arm64.whl → 0.17.9__py3-none-macosx_11_0_arm64.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package_readme.md +47 -53
  2. wandb/__init__.py +12 -6
  3. wandb/__init__.pyi +112 -2
  4. wandb/bin/apple_gpu_stats +0 -0
  5. wandb/bin/wandb-core +0 -0
  6. wandb/data_types.py +1 -0
  7. wandb/env.py +13 -0
  8. wandb/integration/keras/__init__.py +2 -5
  9. wandb/integration/keras/callbacks/metrics_logger.py +10 -4
  10. wandb/integration/keras/callbacks/model_checkpoint.py +0 -5
  11. wandb/integration/keras/keras.py +12 -1
  12. wandb/integration/openai/fine_tuning.py +5 -5
  13. wandb/integration/tensorboard/log.py +1 -1
  14. wandb/proto/v3/wandb_internal_pb2.py +31 -21
  15. wandb/proto/v3/wandb_settings_pb2.py +2 -2
  16. wandb/proto/v3/wandb_telemetry_pb2.py +12 -12
  17. wandb/proto/v4/wandb_internal_pb2.py +23 -21
  18. wandb/proto/v4/wandb_settings_pb2.py +2 -2
  19. wandb/proto/v4/wandb_telemetry_pb2.py +12 -12
  20. wandb/proto/v5/wandb_internal_pb2.py +23 -21
  21. wandb/proto/v5/wandb_settings_pb2.py +2 -2
  22. wandb/proto/v5/wandb_telemetry_pb2.py +12 -12
  23. wandb/proto/wandb_deprecated.py +4 -0
  24. wandb/sdk/__init__.py +1 -1
  25. wandb/sdk/artifacts/artifact.py +9 -11
  26. wandb/sdk/artifacts/artifact_manifest_entry.py +10 -2
  27. wandb/sdk/artifacts/storage_handlers/gcs_handler.py +31 -0
  28. wandb/sdk/internal/system/assets/trainium.py +2 -1
  29. wandb/sdk/internal/tb_watcher.py +1 -1
  30. wandb/sdk/lib/_settings_toposort_generated.py +5 -3
  31. wandb/sdk/service/service.py +7 -2
  32. wandb/sdk/wandb_init.py +5 -1
  33. wandb/sdk/wandb_manager.py +0 -3
  34. wandb/sdk/wandb_require.py +22 -1
  35. wandb/sdk/wandb_run.py +14 -4
  36. wandb/sdk/wandb_settings.py +32 -10
  37. wandb/sdk/wandb_setup.py +3 -0
  38. {wandb-0.17.8rc1.dist-info → wandb-0.17.9.dist-info}/METADATA +48 -54
  39. {wandb-0.17.8rc1.dist-info → wandb-0.17.9.dist-info}/RECORD +43 -44
  40. wandb/testing/relay.py +0 -874
  41. /wandb/{viz.py → sdk/lib/viz.py} +0 -0
  42. {wandb-0.17.8rc1.dist-info → wandb-0.17.9.dist-info}/WHEEL +0 -0
  43. {wandb-0.17.8rc1.dist-info → wandb-0.17.9.dist-info}/entry_points.txt +0 -0
  44. {wandb-0.17.8rc1.dist-info → wandb-0.17.9.dist-info}/licenses/LICENSE +0 -0
File without changes