Skip to content

Commit

Permalink
🍎 mention m1 timing
Browse files Browse the repository at this point in the history
  • Loading branch information
marmaduke woodman committed Nov 13, 2023
1 parent 316c9e8 commit bbbc9a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ check diagnostics like estimated sample size, shrinkage and z-score,
assert zscore.max() < 1.5
```
Full code is in the [test suite](vbjax/tests/test_field_inference.py), can
be run `pytest -m slow`, since it takes about 5 minutes to run on GPU, and 12 minutes on single CPU core.
be run `pytest -m slow`, since it takes about 5 minutes to run on a GPU, 5 min on m1 CPU core and
12 minutes on an x86_64 CPU core.

### Fitting an autoregressive process

Expand Down

0 comments on commit bbbc9a8

Please sign in to comment.