wandb 0.17.3__py3-none-win32.whl → 0.17.5__py3-none-win32.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. wandb/__init__.py +1 -1
  2. wandb/apis/internal.py +4 -0
  3. wandb/bin/wandb-core +0 -0
  4. wandb/cli/cli.py +7 -6
  5. wandb/env.py +16 -0
  6. wandb/filesync/upload_job.py +1 -1
  7. wandb/proto/v3/wandb_internal_pb2.py +339 -328
  8. wandb/proto/v3/wandb_settings_pb2.py +2 -2
  9. wandb/proto/v4/wandb_internal_pb2.py +326 -323
  10. wandb/proto/v4/wandb_settings_pb2.py +2 -2
  11. wandb/proto/v5/wandb_internal_pb2.py +326 -323
  12. wandb/proto/v5/wandb_settings_pb2.py +2 -2
  13. wandb/sdk/artifacts/artifact.py +13 -24
  14. wandb/sdk/artifacts/artifact_file_cache.py +35 -13
  15. wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py +11 -6
  16. wandb/sdk/interface/interface.py +12 -5
  17. wandb/sdk/interface/interface_shared.py +9 -7
  18. wandb/sdk/internal/handler.py +1 -1
  19. wandb/sdk/internal/internal_api.py +67 -14
  20. wandb/sdk/internal/sender.py +9 -2
  21. wandb/sdk/launch/agent/agent.py +3 -1
  22. wandb/sdk/launch/builder/kaniko_builder.py +30 -9
  23. wandb/sdk/launch/inputs/internal.py +79 -2
  24. wandb/sdk/launch/inputs/manage.py +21 -3
  25. wandb/sdk/launch/sweeps/scheduler.py +2 -0
  26. wandb/sdk/lib/_settings_toposort_generated.py +3 -0
  27. wandb/sdk/lib/credentials.py +141 -0
  28. wandb/sdk/lib/tracelog.py +2 -2
  29. wandb/sdk/wandb_init.py +12 -2
  30. wandb/sdk/wandb_login.py +6 -0
  31. wandb/sdk/wandb_manager.py +34 -21
  32. wandb/sdk/wandb_run.py +100 -75
  33. wandb/sdk/wandb_settings.py +13 -2
  34. wandb/sdk/wandb_setup.py +12 -13
  35. wandb/util.py +29 -11
  36. {wandb-0.17.3.dist-info → wandb-0.17.5.dist-info}/METADATA +1 -1
  37. {wandb-0.17.3.dist-info → wandb-0.17.5.dist-info}/RECORD +40 -39
  38. {wandb-0.17.3.dist-info → wandb-0.17.5.dist-info}/WHEEL +0 -0
  39. {wandb-0.17.3.dist-info → wandb-0.17.5.dist-info}/entry_points.txt +0 -0
  40. {wandb-0.17.3.dist-info → wandb-0.17.5.dist-info}/licenses/LICENSE +0 -0
File without changes