berserkr
berserkr
For me, CUDA 10.1 worked, anything other than that won't. What version of CUDA are you running?
> These are some messy modifications but it should hold for your BERT case: > > ``` > import torch.nn as nn > from torch.autograd import Variable > > from...
Not just that, inference time does not improve either, nor does peak memory. I did not do this tutorial, but am experiencing the same results after applying zero quant to...
I noticed this for XTC and ZeroQuant as well, there are other open issues with the same results. I wonder if there is something that we are missing...
Ditto on my end, OpenShift cluster, hitting this error: ``` ... error: failed to open database: database driver: unknown driver "clickhouse (forgotten import?) Applying clickhouse migrations failed. This is mostly...
Solved, this was added to my secrets: `clickhouse://default:@clickhouse:9000` - just replace `` with your own...