Skip to content

Releases: AI-Hypercomputer/pathways-utils

v0.1.4

26 Jan 23:36
ec49159

Choose a tag to compare

What's Changed

  • Extract lambda to a named function to ensure cache hits. by @copybara-service[bot] in #127
  • Always write array metadata if self._array_metadata_store is not None. by @copybara-service[bot] in #125
  • Add "Shared Pathways Service" for Pathways-on-Cloud by @copybara-service[bot] in #128
  • Exposes pathwaysutils.profiling._start_trace_from_profile_request as pathwaysutils.experimental.profiling.start_trace. by @copybara-service[bot] in #141
  • Patch internal JAX profiler functions (enabling jax.profiler.trace) and add a test for jax.profiler.trace. by @copybara-service[bot] in #140
  • Expose _split_by_mesh_axis directly in pw_jax. by @copybara-service[bot] in #147
  • Use Pathways _transfer_to_sharding for resharding in experimental reshard API. by @copybara-service[bot] in #148
  • Allow specifying a custom proxy job name in _ISCPathways by @copybara-service[bot] in #157

v0.1.3

08 Oct 23:44
a1b500d

Choose a tag to compare

What's Changed

  • Update the github action for PyPI by @lukebaumann in #105
  • Expose is_pathways_backend_used in pathwaysutils. by @copybara-service[bot] in #107
  • Treat additional error types as potential slice down issues. by @copybara-service[bot] in #109
  • Adding split_by_mesh_axis to experimental for use by a new experimental reshard. by @copybara-service[bot] in #112
  • Update pathways.experimental.reshard so that PyTrees with arrays that have different device sets can be resharded. by @copybara-service[bot] in #113
  • Update GitHub action unittest matrix by @lukebaumann in #111
  • Handle new style PRNG keys in reshard and CloudPathwaysArrayHandler

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Aug 20:34
2609b1f

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Apr 22:22
84bd112

Choose a tag to compare

What's Changed

  • Port the collect_profile script from JAX to PathwaysUtils
  • Remove support for legacy initialize
  • Add collect_profile as a script of pathwaysutils
  • Make CloudPathwaysArrayHandler compatible with async directory creation feature in orbax

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Apr 23:27
8386856

Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.1.0

v0.0.8

15 Feb 00:34
c236218

Choose a tag to compare

  • Disabled JAX's compilation cache
  • Updated Orbax handler to use bulk APIs
  • Updates to support JAX 0.5.0

Full Changelog: v0.0.7...v0.0.8

v0.0.7

23 Oct 18:52
e7a85ce

Choose a tag to compare

  • Decreased logging severity for most logs
  • Persistence enabled
  • General argument type fixes

v0.0.6

10 Oct 22:16
cb1f929

Choose a tag to compare

Changes

  • Decreased logging severity for most logs
  • Persistence enabled
  • General argument type fixes

Initial Public Release

09 Sep 20:17

Choose a tag to compare

Initial public release of the Pathways-on-Cloud utilities package.