From e47315032bcbbf7fb821331d982b52f511249f92 Mon Sep 17 00:00:00 2001 From: Anes Benmerzoug Date: Mon, 11 Dec 2023 14:20:56 +0100 Subject: [PATCH] Remove caching section from readme --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index ecdd3ef91..90032ced3 100644 --- a/README.md +++ b/README.md @@ -259,21 +259,6 @@ The steps required to compute data values for your samples are: df = values.to_dataframe(column="data_value") ``` -## Caching - -pyDVL offers the possibility to cache certain results and -speed up computation. It uses [Memcached](https://memcached.org/) For that. - -You can run it either locally or, using -[Docker](https://www.docker.com/): - -```shell -docker container run --rm -p 11211:11211 --name pydvl-cache -d memcached:latest -``` - -You can read more in the -[documentation](https://pydvl.org/stable/getting-started/first-steps/#caching). - # Contributing Please open new issues for bugs, feature requests and extensions. You can read