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:
454454 command : MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release ./tests/qa/run
455455 - run :
456456 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
458458
459459
460460 # nightly-automation:
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ pack: $(INSTALLED_TARGET)
232232ifneq ($(REDISAI_LITE ) , 1)
233233 $(SHOW)DEVICE=$(DEVICE) BINDIR=$(ROOT)/bin/artifacts INSTALL_DIR=$(INSTALL_DIR) BRANCH=$(BRANCH) RAMP=1 DEPS=$(PACK_DEPS) ./pack.sh
234234else
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
236236 $(SHOW)DEVICE=$(DEVICE) BINDIR=$(ROOT)/bin/artifacts INSTALL_DIR=$(INSTALL_DIR) BRANCH=$(BRANCH) RAMP=1 DEPS=$(PACK_DEPS) VARIANT=rce ./pack.sh
237237endif
238238
Original file line number Diff line number Diff line change 1- display_name : RedisAI-Lite
1+ display_name : RedisAI Light
22author : Tensorwerk and RedisLabs
33email : support@redislabs.com
44description : Serving tensors and executing deep learning graphs
55homepage : https://oss.redislabs.com/redisai/
66license : 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"
88# command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai/{{NUMVER}}/deps/backends"
99min_redis_version : " 5.0.7"
1010min_redis_pack_version : " 6.0.12"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ email: support@redislabs.com
44description : Serving tensors and executing deep learning graphs
55homepage : https://oss.redislabs.com/redisai/
66license : 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"
88# command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai/{{NUMVER}}/deps/backends"
99min_redis_version : " 5.0.7"
1010min_redis_pack_version : " 6.0.12"
You can’t perform that action at this time.
0 commit comments