Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.41 KB

File metadata and controls

45 lines (26 loc) · 1.41 KB

aibench Supplemental Guide: RedisAI

Benchmarking inference performance -- RedisAI Benchmark Go program

To measure inference performance in aibench, you first need to load the data using the instructions in the overall Reference data Loading section.

Once the data is loaded, just use the corresponding aibench_run_inference_redisai binary for the DL Solution being tested:

# make sure you're on the root project folder
cd $GOPATH/src/github.com/RedisAI/aibench
./scripts/run_inference_redisai.sh

Sequence diagram - RedisAI Solution

The following diagram illustrates the sequence of requests made for each inference.

Sequence diagram - RedisAI Solution

Installation

Local Installation -- Download the RedisAI Docker image

docker pull redisai/redisai

# Start RedisAI container 
docker run -t --rm -p 6379:6379 

Production Installation -- Install RedisAI on production VM

Follow building and running from source while ensuring one of the high availability methods, both OSS or Enterprise.