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"
|
||||
],
|
||||
"custom_pipelines": {
|
||||
"instruction-following": {
|
||||
"text-generation": {
|
||||
"impl": "instruct_pipeline.InstructionTextGenerationPipeline",
|
||||
"pt": "AutoModelForCausalLM",
|
||||
"tf": "TFAutoModelForCausalLM"
|
||||
|
Loading…
x
Reference in New Issue
Block a user