File size: 242 Bytes
b693de9
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
    "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"
}