forked from RedisAI/RedisAI
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathramp-rce.yml
27 lines (26 loc) · 845 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
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 v1.0
command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai/{{NUMVER}}/deps"
# command_line_args: "BACKENDSPATH /var/opt/redislabs/modules/ai/{{NUMVER}}/deps/backends"
min_redis_version: "5.0.7"
min_redis_pack_version: "5.4.14"
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}}