File tree Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 27
27
needs : deploy-runner
28
28
runs-on : [self-hosted, cml-gpu]
29
29
container :
30
- image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
30
+ image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
31
31
options : --gpus all
32
32
steps :
33
33
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 24
24
needs : deploy-runner
25
25
runs-on : [self-hosted, cml-gpu]
26
26
container :
27
- image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
27
+ image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
28
28
options : --gpus all
29
29
steps :
30
30
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 28
28
needs : deploy-runner
29
29
runs-on : [self-hosted, cml-gpu]
30
30
container :
31
- image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
31
+ image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
32
32
options : --gpus all
33
33
steps :
34
34
- name : Checkout
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
8
8
- pip :
9
9
- jupyter-book==0.15.1
10
10
- docutils==0.17.1
11
- - quantecon-book-theme==0.6.0
11
+ - quantecon-book-theme==0.7.1
12
12
- sphinx-tojupyter==0.3.0
13
13
- sphinxext-rediraffe==0.2.7
14
14
- sphinx-exercise==0.4.1
Original file line number Diff line number Diff line change @@ -68,6 +68,12 @@ sphinx:
68
68
html_theme : quantecon_book_theme
69
69
html_static_path : ['_static']
70
70
html_theme_options :
71
+ authors :
72
+ - name : Thomas J. Sargent
73
+ url : http://www.tomsargent.com/
74
+ - name : John Stachurski
75
+ url : https://johnstachurski.net/
76
+ dark_logo : quantecon-logo-transparent.png
71
77
header_organisation_url : https://quantecon.org
72
78
header_organisation : QuantEcon
73
79
repository_url : https://github.com/QuantEcon/lecture-jax
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ kernelspec:
12
12
# Quantitative Economics with JAX
13
13
14
14
This website presents a set of lectures on quantitative economic modeling
15
- using GPUs and [ Google JAX] ( https://jax.readthedocs.io ) . The lectures
16
- are designed and written by [ Thomas J. Sargent] ( http://www.tomsargent.com/ ) and
17
- [ John Stachurski] ( https://johnstachurski.net/ ) .
15
+ using GPUs and [ Google JAX] ( https://jax.readthedocs.io ) .
18
16
19
17
20
18
``` {tableofcontents}
You can’t perform that action at this time.
0 commit comments