# 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.