Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"custom_pipelines": {
|
21 |
"text-generation": {
|
22 |
"impl": "h2oai_pipeline.H2OTextGenerationPipeline",
|
23 |
-
"pt": "
|
24 |
}
|
25 |
},
|
26 |
"eos_token_id": 11,
|
|
|
20 |
"custom_pipelines": {
|
21 |
"text-generation": {
|
22 |
"impl": "h2oai_pipeline.H2OTextGenerationPipeline",
|
23 |
+
"pt": "AutoModelForCausalLM"
|
24 |
}
|
25 |
},
|
26 |
"eos_token_id": 11,
|