You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no required module provides package github.com/nlpodyssey/spago/pkg/nlp/transformers/bert; to add it:
go get github.com/nlpodyssey/spago/pkg/nlp/transformers/bert
Then, when I try to get it I get the following error:
go get github.com/nlpodyssey/spago/pkg/nlp/transformers/bert
go: module github.com/nlpodyssey/spago@upgrade found (v1.0.1), but does not contain package github.com/nlpodyssey/spago/pkg/nlp/transformers/bert
Any idea ?
Many thanks.
The text was updated successfully, but these errors were encountered:
Hi Matteo,
compiling Q&A example I get the following error:
no required module provides package github.com/nlpodyssey/spago/pkg/nlp/transformers/bert; to add it:
go get github.com/nlpodyssey/spago/pkg/nlp/transformers/bert
Then, when I try to get it I get the following error:
go get github.com/nlpodyssey/spago/pkg/nlp/transformers/bert
go: module github.com/nlpodyssey/spago@upgrade found (v1.0.1), but does not contain package github.com/nlpodyssey/spago/pkg/nlp/transformers/bert
Any idea ?
Many thanks.
The text was updated successfully, but these errors were encountered: