Update config.json
Try changing custom pipeline to `text-generation` instead to see if langchain will work with it.
This commit is contained in:
parent
af3b4a26a4
commit
53a1330ff3
@ -4,7 +4,7 @@
|
|||||||
"GPTNeoXForCausalLM"
|
"GPTNeoXForCausalLM"
|
||||||
],
|
],
|
||||||
"custom_pipelines": {
|
"custom_pipelines": {
|
||||||
"instruction-following": {
|
"text-generation": {
|
||||||
"impl": "instruct_pipeline.InstructionTextGenerationPipeline",
|
"impl": "instruct_pipeline.InstructionTextGenerationPipeline",
|
||||||
"pt": "AutoModelForCausalLM",
|
"pt": "AutoModelForCausalLM",
|
||||||
"tf": "TFAutoModelForCausalLM"
|
"tf": "TFAutoModelForCausalLM"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user