The book generation workflow runs on CPU via github actions. The complete process needs approx. 3.5 hours. This is too much especially during the course. The process must be faster.
Possible workarounds:
- Run on GPUs (either locally, or on cloud service gpus)
- Use the cache options, so that the book will run only for the updated notebooks, if possible. See here
The book generation workflow runs on CPU via github actions. The complete process needs approx. 3.5 hours. This is too much especially during the course. The process must be faster.
Possible workarounds: