Commit
•
99e1cef
1
Parent(s):
b746f90
Create dev-limited.json
Browse files- dev-limited.json +11 -0
dev-limited.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"inference": {
|
3 |
+
"model": [
|
4 |
+
{
|
5 |
+
"id": "gpt2",
|
6 |
+
"minTgiVersion": "1.2.0",
|
7 |
+
},
|
8 |
+
]
|
9 |
+
},
|
10 |
+
"training": {}
|
11 |
+
}
|