Skip to content
Snippets Groups Projects
Select Git revision
  • aa35399f3167eb6d7fee002f8832465f145e6569
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

weakagreement.cpp

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.