Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
aff3c1d
TST: runs-on integration
mmcky Apr 25, 2025
c978ea6
fix syntax error
mmcky Apr 25, 2025
93c0dc1
switch to non-container workflow
mmcky Apr 25, 2025
129c32d
add latex
mmcky Apr 25, 2025
0b817d3
add numpyro and jax
mmcky Apr 25, 2025
f11f96e
create more space on Ubuntu
mmcky Apr 25, 2025
c579e6d
try larger runner disk size setting
mmcky Apr 25, 2025
f492bbf
change 80 to large?
mmcky Apr 25, 2025
7cf5b01
specify larger disk on ci.yml
mmcky Apr 25, 2025
e3f132f
enable sudo pip
mmcky Apr 25, 2025
01f0ac8
Install jax via conda
mmcky Apr 26, 2025
af626ca
accept install -y
mmcky Apr 26, 2025
5278cad
revert to pip
mmcky Apr 26, 2025
336fbd1
use local CUDA library
mmcky Apr 27, 2025
a07cb48
test jax install
mmcky Apr 27, 2025
3881c0d
install using anaconda/pip
mmcky Apr 27, 2025
05fcb5d
use anaconda pip
mmcky Apr 27, 2025
540b3a1
ensure anaconda python is being used
mmcky Apr 27, 2025
aae09d5
update anaconda path
mmcky Apr 27, 2025
dd969b2
upgrade install of jax
mmcky Apr 27, 2025
65e76b4
tmp: disable cache
mmcky Apr 27, 2025
831592d
update JAX install of pip
mmcky Apr 28, 2025
2c2b83a
ensure path to software is set
mmcky Apr 28, 2025
9bbcd78
add more debug testing
mmcky Apr 28, 2025
dd15278
fix syntax issue
mmcky Apr 28, 2025
8dc00f9
restore cache for quicker debug
mmcky Apr 28, 2025
007187b
change status.md
mmcky Apr 28, 2025
712ef7f
tst: disable cache and add further jax test
mmcky Apr 28, 2025
d98813a
execution test on g4dn.2xlarge
mmcky Apr 28, 2025
74ba7c8
full build with all elements
mmcky Apr 29, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ensure path to software is set
  • Loading branch information
mmcky committed Apr 28, 2025
commit 2c2b83a570f64fbb0cebe51d5470188f76fbdcec
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: Build Download Notebooks (sphinx-tojupyter)
shell: bash -l {0}
run: |
echo $PATH
PATH=$PATH:/home/runner/miniconda3/bin
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
mkdir -p _build/html/_notebooks
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
Expand Down
Loading