Fixed logic to get the weights in the upstream code that calls to get the weight-name.
Ideally want to fix the weight name to not to return any if the weight itself is a scalar, but at this level we cannot get the weight matrix, just the name.
Example of bug fix:
matrix A and B are not accessible, so returns the zero points which are not size > 1 matrix, causes error when computing the quantization level (need >1 size, bc of the log -> one entry blows up log)
Description
Fixed logic to get the weights in the upstream code that calls to get the weight-name. Ideally want to fix the weight name to not to return any if the weight itself is a scalar, but at this level we cannot get the weight matrix, just the name.
Example of bug fix:
matrix A and B are not accessible, so returns the zero points which are not size > 1 matrix, causes error when computing the quantization level (need >1 size, bc of the log -> one entry blows up log)