Diego Collarana

Results 2 comments of Diego Collarana

FYI: In my case, I increased the Java heap size (Xms/Xmx) in my docker container, as described in the Wiki->Troubleshooting (https://github.com/dbpedia-spotlight/dbpedia-spotlight/wiki/Troubleshooting), and it works now. docker run -i -e JAVA_OPTS='-Xmx16g'...

I am getting the same error for falcon-7b **Command** docker run --gpus all --shm-size 1g -p 9010:80 -v $PWD/data:/data ghcr.io/huggingface/text-generation-inference:latest --model-id tiiuae/falcon-7b --num-shard 2 **Error** NotImplementedError: Sharded RefinedWeb requires Flash...