Skip to content

Commit 09d914c

Browse files
committed
small fixes
1 parent 3939c99 commit 09d914c

File tree

5 files changed

+3
-49
lines changed

5 files changed

+3
-49
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- checkout-all
240240
- restore_cache:
241241
keys:
242-
- v1-dependencies-{{ checksum "get_deps.sh" }}-<<parameters.osnick>>-<<parameters.target>>
242+
- v1.2.5-deps-{{ checksum "get_deps.sh" }}-<<parameters.osnick>>-<<parameters.target>>
243243
- setup-automation
244244

245245
# since we run in parallel, we need to generate docker files with different suffixes hence the DOCKER_SUFFIX

opt/build/docker/dockerfile-gpu-test.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ARG ARCH=x64
1111
# OS=ubuntu18.04|ubuntu16.04|centos7
1212
ARG OS=ubuntu18.04
1313

14-
ARG CUDA_VER=11.2-cudnn8
15-
1614
#----------------------------------------------------------------------------------------------
1715
FROM redisfab/redis:{{REDIS_VERSION}}-{{REDIS_ARCH}}-{{REDIS_OSNICK}} AS redis
1816
FROM nvidia/cuda:{{REDIS_CUDA_VERSION}}-devel-ubuntu18.04 AS builder

opt/build/onnxruntime/Dockerfile.x64-gpu

Lines changed: 0 additions & 43 deletions
This file was deleted.

opt/build/tensorflow/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ export REDIS_BAZEL_VERSION
77
PRODUCT=tensorflow
88
DOCKER_ORG=redislabs
99
VERSION=${REDIS_TF_VERSION}
10-
REDIS_CUDA_VERSION=11.0-cudnn8
10+
REDIS_CUDA_VERSION=11.2.2-cudnn8
1111

12-
export REDIS_ONNX_VERSION
1312
OSNICK=xenial
1413

1514
ROOT=.

src/backends/libtorch_c/torch_extensions/torch_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ std::vector<torch::Tensor> modelExecute(const std::string &model_key,
3535
int64_t num_outputs);
3636

3737
// Register Redis and RedisAI costume ops in torch
38-
void registerRedisOps(void);
38+
void registerRedisOps(void);

0 commit comments

Comments
 (0)