FrierenChatbotV1 / inference-config.json
homer7676's picture
Create inference-config.json
b693de9 verified
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"
}