From a775fa25ad8553f6072f3022d165ff0c2a22fcd0 Mon Sep 17 00:00:00 2001 From: shadeMe Date: Thu, 20 Jul 2023 13:46:32 +0200 Subject: [PATCH] Remove `spacy-transformers`-specific warning --- website/docs/api/architectures.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/website/docs/api/architectures.mdx b/website/docs/api/architectures.mdx index 6dda7d095..59b422020 100644 --- a/website/docs/api/architectures.mdx +++ b/website/docs/api/architectures.mdx @@ -488,16 +488,6 @@ The following architectures are provided by the package See the [usage documentation](/usage/embeddings-transformers#transformers) for how to integrate the architectures into your training config. - - -Note that in order to use these architectures in your config, you need to -install the -[`spacy-transformers`](https://github.com/explosion/spacy-transformers). See the -[installation docs](/usage/embeddings-transformers#transformers-installation) -for details and system requirements. - - - ### spacy-curated-transformers.AlbertTransformer.v1 Construct an ALBERT transformer model.