Update config.json
Browse filesTry changing custom pipeline to `text-generation` instead to see if langchain will work with it.
- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
6 |
"custom_pipelines": {
|
7 |
-
"
|
8 |
"impl": "instruct_pipeline.InstructionTextGenerationPipeline",
|
9 |
"pt": "AutoModelForCausalLM",
|
10 |
"tf": "TFAutoModelForCausalLM"
|
|
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
6 |
"custom_pipelines": {
|
7 |
+
"text-generation": {
|
8 |
"impl": "instruct_pipeline.InstructionTextGenerationPipeline",
|
9 |
"pt": "AutoModelForCausalLM",
|
10 |
"tf": "TFAutoModelForCausalLM"
|