ilu000 commited on
Commit
bc9b92e
1 Parent(s): 3d57281

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -20,7 +20,7 @@
20
  "custom_pipelines": {
21
  "text-generation": {
22
  "impl": "h2oai_pipeline.H2OTextGenerationPipeline",
23
- "pt": "modelling_RW.RWForCausalLM"
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,