• R
    PyTorch adapter: add a way to disable cache updates (#5549) · 33c624ae
    Roman Donchenko 提交于
    This will let users to run their PyTorch code without network access,
    provided that they have already cached the data.
    
    ### How has this been tested?
    <!-- Please describe in detail how you tested your changes.
    Include details of your testing environment, and the tests you ran to
    see how your change affects other areas of the code, etc. -->
    Unit tests.
    33c624ae
caching.py 7.3 KB