Skip to content

Commit

Permalink
Merge pull request #19 from QuantEcon/maint-cuda
Browse files Browse the repository at this point in the history
MAINT: Focus on JAX support [bayes_nonconj], CUDA=12.3.1
  • Loading branch information
mmcky authored Feb 19, 2024
2 parents 359a1ac + 9a68640 commit 5ad82ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-11.8.0-anaconda-2023-09-py311
image: docker://mmcky/quantecon-lecture-python:cuda-12.3.1-anaconda-2023-09-py311
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-11.8.0-anaconda-2023-09-py311
image: docker://mmcky/quantecon-lecture-python:cuda-12.3.1-anaconda-2023-09-py311
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-11.8.0-anaconda-2023-09-py311
image: docker://mmcky/quantecon-lecture-python:cuda-12.3.1-anaconda-2023-09-py311
options: --gpus all
steps:
- name: Checkout
Expand Down

0 comments on commit 5ad82ea

Please sign in to comment.