Skip to content

Commit 4586d70

Browse files
author
DvirDukhan
committed
Merge branch 'master' into v1.2.5
2 parents 9424fa8 + b68b30e commit 4586d70

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ commands:
7979
command: |
8080
git submodule update --init opt/readies
8181
./opt/readies/bin/getpy3
82-
./opt/readies/bin/getgcc
8382
8483
setup-build-system:
8584
steps:

commands.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
],
3838
"since": "1.2.5",
39-
"group": "ai"
39+
"group": "tensor"
4040
},
4141
"AI.TENSORGET":
4242
{
@@ -65,7 +65,7 @@
6565

6666
],
6767
"since": "1.2.5",
68-
"group": "ai"
68+
"group": "tensor"
6969
},
7070
"AI.MODELSETORE":
7171
{
@@ -153,7 +153,7 @@
153153

154154
],
155155
"since": "1.2.5",
156-
"group": "ai"
156+
"group": "model"
157157
},
158158
"AI.MODELGET": {
159159
"summary": "returns a model's metadata and blob stored as a key's value.",
@@ -181,7 +181,7 @@
181181
}
182182
],
183183
"since": "1.2.5",
184-
"group": "ai"
184+
"group": "model"
185185
},
186186
"AI.MODELDEL":
187187
{
@@ -194,7 +194,7 @@
194194
}
195195
],
196196
"since": "1.2.5",
197-
"group": "ai"
197+
"group": "model"
198198
},
199199
"AI.MODELEXECUTE":
200200
{
@@ -245,9 +245,9 @@
245245
}
246246
],
247247
"since": "1.2.5",
248-
"group": "ai"
248+
"group": "inference"
249249
},
250-
"AI.SCEIPTSTORE": {
250+
"AI.SCRIPTSTORE": {
251251
"summary": "stores a TorchScript as the value of a key.",
252252
"complexity": "O(1)",
253253
"arguments": [
@@ -284,7 +284,7 @@
284284
}
285285
],
286286
"since": "1.2.5",
287-
"group": "ai"
287+
"group": "script"
288288
},
289289
"AI.SCRIPTGET": {
290290
"summary": "returns the TorchScript stored as a key's value.",
@@ -312,7 +312,7 @@
312312
}
313313
],
314314
"since": "1.2.5",
315-
"group": "ai"
315+
"group": "script"
316316
},
317317
"AI.SCRIPTDEL": {
318318
"summary": "deletes a script stored as a key's value.",
@@ -324,7 +324,7 @@
324324
}
325325
],
326326
"since": "1.2.5",
327-
"group": "ai"
327+
"group": "script"
328328
},
329329
"AI.SCRIPTEXECUTE":
330330
{
@@ -415,6 +415,6 @@
415415
}
416416
],
417417
"since": "1.2.5",
418-
"group": "ai"
418+
"group": "inference"
419419
}
420420
}

0 commit comments

Comments
 (0)