forked from RedisAI/RedisAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ramp-rce.yml
27 lines (26 loc) · 909 Bytes
/
ramp-rce.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
display_name: RedisAI-RCE
author: Tensorwerk and RedisLabs
email: [email protected]
description: Serving tensors and executing deep learning graphs
homepage: https://oss.redislabs.com/redisai/
license: Redis Source Available License 2.0 (RSALv2) or the Server Side Public License v1 (SSPLv1)
command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai-light/{{NUMVER}}/deps"
# command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai/{{NUMVER}}/deps/backends"
min_redis_version: "6.0.0"
min_redis_pack_version: "6.0.12"
capabilities:
- types
- hash_policy
- eviction_expiry
- failover_migrate
- persistence_rdb
- persistence_aof
- clustering
- backup_restore
- replica_of
- flash
- resharding
dependencies:
{{NAME_onnxruntime}}:
url: http://redismodules.s3.amazonaws.com/redisai/{{PATH_onnxruntime}}
sha256: {{SHA256_onnxruntime}}