mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 08:14:15 +03:00
fix typo (#13254)
This commit is contained in:
parent
a8894a8946
commit
a493981163
|
@ -1507,7 +1507,7 @@ These models all take the same parameters:
|
||||||
> ```ini
|
> ```ini
|
||||||
> [components.llm.model]
|
> [components.llm.model]
|
||||||
> @llm_models = "spacy.Llama2.v1"
|
> @llm_models = "spacy.Llama2.v1"
|
||||||
> name = "llama2-7b-hf"
|
> name = "Llama-2-7b-hf"
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
Currently, these models are provided as part of the core library:
|
Currently, these models are provided as part of the core library:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user