Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: error using the static vectors in Entity Linking example #413

Closed
BengWord2Vec opened this issue Jan 21, 2022 · 1 comment
Closed

Re: error using the static vectors in Entity Linking example #413

BengWord2Vec opened this issue Jan 21, 2022 · 1 comment

Comments

@BengWord2Vec
Copy link

RuntimeError: [E896] There was an error using the static vectors. Ensure that the vectors of the vocab are properly initialized, or set 'include_static_vectors' to False.

ANy idea how to solve this issue?

@davidshumway
Copy link

If running on Google Colab, see this comment: #328 (comment).

This error appears in Colab due to preinstalled libraries. At present, updating the blis library appears to solve the problem, e.g., !pip install -U blis.

@dakinggg dakinggg closed this as completed Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants