Baunsgaard commented on PR #2336:
URL: https://github.com/apache/systemds/pull/2336#issuecomment-3381923715

   it would be good to additionally cache the datasets you use, see: 
   
   ```
       - name: Cache Datasets
         uses: actions/cache@v4
         with:
           path: |
             src/main/python/systemds/examples/tutorials/mnist
             src/main/python/systemds/examples/tutorials/adult/data.zip
           key: ${{ runner.os }}-mnist-${{ 
hashFiles('src/main/python/systemds/examples/tutorials/mnist.py') }}-${{ 
hashFiles('src/main/python/systemds/examples/tutorials/adult.py') }}
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to