I'm trying to install TensorFlow using this tutorial. So, when I run the following command on my terminal:
$ pip install -q tflite-model-maker
This command starts to download several files, but this process never ends. I have an Ubuntu machine, and I don't know how to resolve this. This command already download more than 50 GB files, until fill my SSD completely.
I've tryied some solutions using these links, but I can't find the solution.
https://github.com/tensorflow/tensorflow/issues/51031
I've found a similar question, but without answer:What causes tf-nightly to download every nights repo in github actions?