Replies: 1 comment 4 replies
-
Hi @glasserd, you can pass [components.llm.model]
@llm_models = "spacy.Dolly.v1"
name = "dolly-v2-12b"
config_init = {"offload_folder": ...} or [components.llm.model]
@llm_models = "spacy.Dolly.v1"
name = "dolly-v2-12b"
[components.llm.model.config_init]
offload_folder = ... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the spacy llm pipeline to try and summarize some text. I'm using the spacy.Dolly.v1 model and am running out of memory. I'm trying to use a configuration file with spacy. The error message suggests that I set an
offload_folder
however, I'm not sure how I can do this within the configuration file. Any ideas?Error message:
Configuration file:
Beta Was this translation helpful? Give feedback.
All reactions