FrierenChatbotV1 / config.json
hackhomer76
Add inference endpoint handler
8ea6169
raw
history blame
242 Bytes
{
"task_type": "text-generation",
"framework": "pytorch",
"requirements": [
"torch>=2.0.0",
"transformers>=4.30.0",
"opencc>=1.1.1",
"jieba>=0.42.1"
],
"handler": "handler:EndpointHandler"
}