File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ jobs:
454
454
command : MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release ./tests/qa/run
455
455
- run :
456
456
name : Run QA Automation (AILite)
457
- command : MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release VARIANT=lite ./tests/qa/run
457
+ command : MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release VARIANT=light ./tests/qa/run
458
458
459
459
460
460
# nightly-automation:
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ pack: $(INSTALLED_TARGET)
232
232
ifneq ($(REDISAI_LITE ) , 1)
233
233
$(SHOW)DEVICE=$(DEVICE) BINDIR=$(ROOT)/bin/artifacts INSTALL_DIR=$(INSTALL_DIR) BRANCH=$(BRANCH) RAMP=1 DEPS=$(PACK_DEPS) ./pack.sh
234
234
else
235
- $(SHOW)DEVICE=$(DEVICE) BINDIR=$(ROOT)/bin/artifacts INSTALL_DIR=$(INSTALL_DIR) BRANCH=$(BRANCH) RAMP=1 DEPS=$(PACK_DEPS) VARIANT=lite ./pack.sh
235
+ $(SHOW)DEVICE=$(DEVICE) BINDIR=$(ROOT)/bin/artifacts INSTALL_DIR=$(INSTALL_DIR) BRANCH=$(BRANCH) RAMP=1 DEPS=$(PACK_DEPS) VARIANT=light ./pack.sh
236
236
$(SHOW)DEVICE=$(DEVICE) BINDIR=$(ROOT)/bin/artifacts INSTALL_DIR=$(INSTALL_DIR) BRANCH=$(BRANCH) RAMP=1 DEPS=$(PACK_DEPS) VARIANT=rce ./pack.sh
237
237
endif
238
238
Original file line number Diff line number Diff line change 1
- display_name : RedisAI-Lite
1
+ display_name : RedisAI Light
2
2
author : Tensorwerk and RedisLabs
3
3
4
4
description : Serving tensors and executing deep learning graphs
5
5
homepage : https://oss.redislabs.com/redisai/
6
6
license : Redis Source Available License v1.0
7
- command_line_args : " BACKENDSPATH /var/opt/redislabs/modules/ai-lite /{{NUMVER}}/deps"
7
+ command_line_args : " BACKENDSPATH /var/opt/redislabs/modules/ai-light /{{NUMVER}}/deps"
8
8
# command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai/{{NUMVER}}/deps/backends"
9
9
min_redis_version : " 5.0.7"
10
10
min_redis_pack_version : " 6.0.12"
Original file line number Diff line number Diff line change 4
4
description : Serving tensors and executing deep learning graphs
5
5
homepage : https://oss.redislabs.com/redisai/
6
6
license : Redis Source Available License v1.0
7
- command_line_args : " BACKENDSPATH /var/opt/redislabs/modules/ai-lite /{{NUMVER}}/deps"
7
+ command_line_args : " BACKENDSPATH /var/opt/redislabs/modules/ai-light /{{NUMVER}}/deps"
8
8
# command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai/{{NUMVER}}/deps/backends"
9
9
min_redis_version : " 5.0.7"
10
10
min_redis_pack_version : " 6.0.12"
You can’t perform that action at this time.
0 commit comments