agentic_security
agentic_security copied to clipboard
Error : Unable to get huggingface datasets CLI and Error while rendering plot on Web UI
@msoedov I was getting the issue while inference , few config files for huggingface datasets are misconfigured at init.py
Here unable to render the plot in the web ui
I had to update datasets, to get past this issue.
pip install -U datasets
@smoking-caterpillar Got it