File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ commands:
79
79
command : |
80
80
git submodule update --init opt/readies
81
81
./opt/readies/bin/getpy3
82
- ./opt/readies/bin/getgcc
83
82
84
83
setup-build-system :
85
84
steps :
Original file line number Diff line number Diff line change 36
36
37
37
],
38
38
"since" : " 1.2.5" ,
39
- "group" : " ai "
39
+ "group" : " tensor "
40
40
},
41
41
"AI.TENSORGET" :
42
42
{
65
65
66
66
],
67
67
"since" : " 1.2.5" ,
68
- "group" : " ai "
68
+ "group" : " tensor "
69
69
},
70
70
"AI.MODELSETORE" :
71
71
{
153
153
154
154
],
155
155
"since" : " 1.2.5" ,
156
- "group" : " ai "
156
+ "group" : " model "
157
157
},
158
158
"AI.MODELGET" : {
159
159
"summary" : " returns a model's metadata and blob stored as a key's value." ,
181
181
}
182
182
],
183
183
"since" : " 1.2.5" ,
184
- "group" : " ai "
184
+ "group" : " model "
185
185
},
186
186
"AI.MODELDEL" :
187
187
{
194
194
}
195
195
],
196
196
"since" : " 1.2.5" ,
197
- "group" : " ai "
197
+ "group" : " model "
198
198
},
199
199
"AI.MODELEXECUTE" :
200
200
{
245
245
}
246
246
],
247
247
"since" : " 1.2.5" ,
248
- "group" : " ai "
248
+ "group" : " inference "
249
249
},
250
- "AI.SCEIPTSTORE " : {
250
+ "AI.SCRIPTSTORE " : {
251
251
"summary" : " stores a TorchScript as the value of a key." ,
252
252
"complexity" : " O(1)" ,
253
253
"arguments" : [
284
284
}
285
285
],
286
286
"since" : " 1.2.5" ,
287
- "group" : " ai "
287
+ "group" : " script "
288
288
},
289
289
"AI.SCRIPTGET" : {
290
290
"summary" : " returns the TorchScript stored as a key's value." ,
312
312
}
313
313
],
314
314
"since" : " 1.2.5" ,
315
- "group" : " ai "
315
+ "group" : " script "
316
316
},
317
317
"AI.SCRIPTDEL" : {
318
318
"summary" : " deletes a script stored as a key's value." ,
324
324
}
325
325
],
326
326
"since" : " 1.2.5" ,
327
- "group" : " ai "
327
+ "group" : " script "
328
328
},
329
329
"AI.SCRIPTEXECUTE" :
330
330
{
415
415
}
416
416
],
417
417
"since" : " 1.2.5" ,
418
- "group" : " ai "
418
+ "group" : " inference "
419
419
}
420
420
}
You can’t perform that action at this time.
0 commit comments