From 62523e6a84a5cb2410c2c625de97c40dc1ae0f12 Mon Sep 17 00:00:00 2001 From: "a.scherbin" Date: Thu, 10 Aug 2023 21:00:08 +0700 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2db2db..31bca64 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The repository code was tested on Python 3.8. To get started, install `torch==1.13.1` and `torchvision==0.14.1` compatible with your CUDA using [the instruction](https://pytorch.org/get-started/previous-versions/#v1131) from the official site. -To install packages required for model optimization, run the following command: +For model optimization you need these two packages: - [ENOT Framework](https://enot-autodl.rtd.enot.ai/en/v3.3.2/) — a flexible tool for Deep Learning developers which automates neural architecture optimization. - [ENOT Latency Server](https://enot-autodl.rtd.enot.ai/en/latest/latency_server.html) — small open-source package that provides simple API for latency measurement on remote device.