From 6d67a084dd8d14e739f668d78f8b0e3ec2821d81 Mon Sep 17 00:00:00 2001 From: Alexandre Payot <18074599+payoto@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:56:29 +0100 Subject: [PATCH] Remove -q from install requirements (#47) Co-authored-by: Rahul Trada <84448388+rahult-graphcore@users.noreply.github.com> --- learning-TensorFlow2-on-IPU/tensorboard/demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning-TensorFlow2-on-IPU/tensorboard/demo.py b/learning-TensorFlow2-on-IPU/tensorboard/demo.py index 9a85cfd..c765eb9 100644 --- a/learning-TensorFlow2-on-IPU/tensorboard/demo.py +++ b/learning-TensorFlow2-on-IPU/tensorboard/demo.py @@ -33,7 +33,7 @@ To run the code in this tutorial there are two basic requirements. packages installed with `python -m pip install -r requirements.txt` """ -# %pip install -q -r requirements.txt +# %pip install -r requirements.txt # sst_ignore_md # sst_ignore_code_only """