Skip to content

Commit 6d67a08

Browse files
Remove -q from install requirements (#47)
Co-authored-by: Rahul Trada <[email protected]>
1 parent 6f58c54 commit 6d67a08

File tree

1 file changed

+1
-1
lines changed
  • learning-TensorFlow2-on-IPU/tensorboard

1 file changed

+1
-1
lines changed

learning-TensorFlow2-on-IPU/tensorboard/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
To run the code in this tutorial there are two basic requirements.
3434
packages installed with `python -m pip install -r requirements.txt`
3535
"""
36-
# %pip install -q -r requirements.txt
36+
# %pip install -r requirements.txt
3737
# sst_ignore_md
3838
# sst_ignore_code_only
3939
"""

0 commit comments

Comments
 (0)