Skip to content

Commit

Permalink
Document the dates where base container changes (#1143)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Portnoy <aportnoy@nvidia.com>
Co-authored-by: Olli Lupton <olupton@nvidia.com>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent 61d8446 commit cc2922c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -355,6 +355,15 @@ There are various other XLA flags users can set to improve performance. For a de

For a list of previously used XLA flags that are no longer needed, please also refer to the [GPU performance](./rosetta/docs/GPU_performance.md#previously-used-xla-flags) page.

## Versions

| First nightly with new base container | Base container |
| ------------------------------------- | -------------- |
| 2024-11-06 | nvidia/cuda:12.6.2-devel-ubuntu22.04 |
| 2024-09-25 | nvidia/cuda:12.6.1-devel-ubuntu22.04 |
| 2024-07-24 | nvidia/cuda:12.5.0-devel-ubuntu22.04 |


## Profiling
See [this page](./docs/profiling.md) for more information about how to profile JAX programs on GPU.

0 comments on commit cc2922c

Please sign in to comment.