mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Fix registry handle.
This commit is contained in:
parent
c9b4dd2672
commit
91a8004f08
|
@ -1477,7 +1477,7 @@ These models all take the same parameters:
|
||||||
>
|
>
|
||||||
> ```ini
|
> ```ini
|
||||||
> [components.llm.model]
|
> [components.llm.model]
|
||||||
> @llm_models = "spacy.HF.v1"
|
> @llm_models = "spacy.HuggingFace.v1"
|
||||||
> name = "Llama-2-7b-hf"
|
> name = "Llama-2-7b-hf"
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user