We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc98a37 commit af6b8e7Copy full SHA for af6b8e7
lectures/kesten_processes.md
@@ -45,10 +45,9 @@ tags: [hide-output]
45
---
46
!pip install quantecon
47
!pip install --upgrade yfinance
48
-
49
-!pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
50
-# If you do not have CUDA support on your machine, run the line below instead:
51
-# !pip install --upgrade "jax[CPU]"
+# If your machine has CUDA support, please follow the guide in GPU Warning.
+# Otherwise, run the line below:
+!pip install --upgrade "jax[CPU]"
52
```
53
54
## Overview
0 commit comments