When a GPU is undetected and you don’t explicitly set the quant-post alg in the model script, the only alg being used will be equalization, which doesn’t seem enough for your model.
If you manually set the algorithms, they will run very slowly without the GPU.
I see that you’ve also posted on this topic. Have you ensured that your cuda version is 11.8?