sunkx109

Results 3 issues of sunkx109

When I tried the [As simple as using CLIP](https://github.com/RyanWangZf/MedCLIP#as-simple-as-using-clip) you provided, I got the following error ``` Traceback (most recent call last): File "main.py", line 26, in outputs = model(**inputs)...

在FunLSQ类中,您计算grad_alpha时是使用如下代码: `grad_alpha = ( (indicate_small * Qn + indicate_big * Qp + indicate_middle * (-q_w + q_w.round())) * grad_weight * g).sum().unsqueeze(dim=0)` 我的问题如下 1、调用sum()这个方法的意义在于何处?按论文的理解好像不需要sum()? 2、您这个方法适用于pre channel的量化方法吗?

### Prerequisites - [x] I am running the latest code. Mention the version if possible as well. - [x] I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md). - [x] I searched using keywords...

enhancement