Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

fix: prevent OSError: read-only file system error #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 23, 2022

  1. fix: prevent OSError: read-only file system

    I found that there is a chance of OSError to occur when we try to load models into a temporary directory such as in the strictly managed environment such as managed containers on the cloud.
    
    This commit will prevent that to happen. The code for the new function 'download' is originated from wget library written by anatoly techtonik with slight revision done by me.
    Daun authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0a07d1c View commit details
    Browse the repository at this point in the history