陈华杰
陈华杰
哦,是这样啊,因为我是用Altera的FPGA做的,我现在想用你的程序做modelsim仿真,需要安装ISE后,再调用modelsim仿真吗?还是说可以直接使用Quartus调用modelsim仿真,只要有mult_16模块就可以了?
恩,我也大致看了一下你的代码,发现还有其他模块没有上传到github,不过还是有很大参考价值,多谢了
Same issue with model `qwen:32b`. I tried with v0.1.34, and I think the new version fixed this issue. > I have also encountered similar behavior on Ubuntu 22.04 on an...
I have encountered the same issue. When the messages are very long, the model hangs forever. From observing the stream response behavior, it appears to stop outputting tokens after a...
Same issue here in chinese. nextui version: 2.4.8 
原始模型会输出什么?如果是一样的,那么可能是模型本身的效果不好,看起来模型大小只有2B。也可以给出你的转换代码或者模型参数(如temperature) What will the original model output? If it's the same, then it's likely that the model itself iisn't performing well. It seems the model size is only 2B. You...
看起原始模型是bf16,而ollama的模型是4bit量化后的,模型回答有差异也合理,试试调整temperature等参数,参考这里https://github.com/ollama/ollama/blob/main/docs/modelfile.md#parameter The original model appears to be in bf16, while Ollama's model is quantized to 4 bits. It's reasonable to expect differences in model responses. Try adjusting parameters such as...
I have just tried the playground, and I think the problem still exists.
Ok. The issue is different. When I edit in the middle of the textarea, it scrolls up until my cursor is at the bottom. Here’s the reproduction: https://playcode.io/2162017. Maybe I...