Skip to content

Commit

Permalink
Remove caching section from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Dec 11, 2023
1 parent 2d23c16 commit e473150
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e473150

Please sign in to comment.