Viggo

Results 4 comments of Viggo

I'm still unsuccessful in installing from pip: ```shell Python 3.8.10 pip 22.0.3 ``` When I try to install from pip (`pip install tensorflow-decision-forests==0.2.3`) I get the following error: ```shell ERROR:...

Thank you @achoum, that did the trick!

There's already a PR ([#11447](https://github.com/NVIDIA/NeMo/pull/11447)) for supporting numpy>2 but there hasn't been any response from the ASR maintainers.

I had a similar problem with the atkgen probe. I got around this issue by adding the following env variables with the execution: ```bash HF_DATASETS_OFFLINE=1 \ HF_HUB_OFFLINE=1 \ HF_HOME=/path/to/hf_home \...