When enabled, the Tabnine deep model provides superior code suggestions.
Unless stated otherwise, Tabnine will attempt to download the deep model every time it restarts until it is successful.
Having said that, there are cases in which the model cannot be downloaded (e.g., your machine is behind a proxy, your organization policy blocks certain HTTP requests, etc.).
Resolving failed installations:
Manually download the deep-learning model.
In your IDE, type "Tabnine::config" to open Tabnine's configuration server
In Tabnine's configuration server, under the "Deep Tabnine Local" section, click on the "Download the deep model file from here" link.
Add a ".tabninemodel" extension to the downloaded file
Place the file in the following path (location varies between OSes):
Windows: C:\Users\{UserName}\AppData\Roaming\TabNine\models\
Linux: /home/{UserName}/.local/share/TabNine/models/
MacOS: /Users/{UserName}/Library/Application Support/TabNine/models/
Restart Tabnine/your IDE