homer7676 commited on
Commit
b693de9
1 Parent(s): 8c184ed

Create inference-config.json

Browse files
Files changed (1) hide show
  1. inference-config.json +11 -0
inference-config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_type": "text-generation",
3
+ "framework": "pytorch",
4
+ "requirements": [
5
+ "torch>=2.0.0",
6
+ "transformers>=4.30.0",
7
+ "opencc>=1.1.1",
8
+ "jieba>=0.42.1"
9
+ ],
10
+ "handler": "handler:EndpointHandler"
11
+ }