Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 812 Bytes

File metadata and controls

48 lines (35 loc) · 812 Bytes
jupytext
text_representation
extension format_name
.md
myst
kernelspec
display_name language name
Python 3
python
python3

Execution Statistics

This table contains the latest execution statistics.

(status:machine-details)=

These lectures are built on linux instances through github actions.

These lectures are using the following python version

!python --version

and the following package versions

:tags: [hide-output]
!conda list

This lecture series has access to the following GPU

!nvidia-smi

You can check the backend used by JAX using:

import jax
# Check if JAX is using GPU
print(f"JAX backend: {jax.devices()[0].platform}")