From 33ada7e3a97282fab6b6b8e187ad05c78b9a97f9 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 17 Feb 2022 11:50:49 +1100 Subject: [PATCH] fetch from conda-forge for m1 compat --- lectures/back_prop.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lectures/back_prop.md b/lectures/back_prop.md index 0f9836811..c8b5eac16 100644 --- a/lectures/back_prop.md +++ b/lectures/back_prop.md @@ -16,7 +16,7 @@ kernelspec: ```{code-cell} ipython3 :tags: [hide-output] -!pip install --upgrade jax jaxlib +!conda install -y -c conda-forge jax jaxlib !conda install -y -c plotly plotly plotly-orca retrying ``` @@ -599,4 +599,5 @@ print(xla_bridge.get_backend().platform) This lecture site is built in a server environment that doesn't have access to a `gpu` If you run this lecture locally this lets you know where your code is being executed, either via the `cpu` or the `gpu` -``` \ No newline at end of file +``` +