Skip to content
Snippets Groups Projects
Select Git revision
  • 893c4d9ad94e1a1058eeae08e34ab29b0da71619
  • master default protected
  • tomekn-master-patch-34274
3 results

omwn.js

Blame
  • Troubleshooting.md 446 B

    A few common problems

    Downloading a model

    When downloading a model using the from_pretrained method, the downloaded file might be incomplete, e.g. due to a network error. The following error:

    EOFError: Compressed file ended before the end-of-stream marker was reached

    means that the cache directory (by default $HOME/.combo) contains a corrupted file. Deleting such a file and downloading the model again should help.