Skip to content

Commit af6b8e7

Browse files
committed
change the default pip
1 parent dc98a37 commit af6b8e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lectures/kesten_processes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ tags: [hide-output]
4545
---
4646
!pip install quantecon
4747
!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]"
48+
# If your machine has CUDA support, please follow the guide in GPU Warning.
49+
# Otherwise, run the line below:
50+
!pip install --upgrade "jax[CPU]"
5251
```
5352

5453
## Overview

0 commit comments

Comments
 (0)