Richard
Richard
How is this pull request going? This is a valuable feature.
Two methods both works for me: 1. run `unset all_proxy` in terminal before launching the webui 2. add `pip install socksio` in webui.sh before the line `KEEP_GOING=1` (I prefer this)...
Hi @mgoin, I think this feature submitted by @chu-tianxiang in #2330 and #916 just utilize the `shuffle` and `dequant` functions from exllamav2 repo for GPTQ. But not means vllm(main branch)...
I have the same problem: every answer from this model DON'T stop after finishing the necessary answer. Here is the full example (with my `quote`): Q: 帮我写一段快速排序递减序列的代码 A: ```python def...
Maybe it is my mistake. When trying the new coder v1.5, I just simply replace the model ID, but ignore the special token ids. In my previous program(coder v1), to...
+1 此外,也希望能加上 Enhanced Tray,可以用脚本定制tray显示的内容
same request [bug] Also when I have 2 internal links, the mindmap renders wrong. Example: in markdown the link is `[[#^dc52de|title1]] [[#^72894d|title2]]` but in mindmap, it shows `title1]] [[#^72894d|title2`
add `:global` before the `.codeMarker {}` to avoid CSS modules localize the class name. [Source from this repo's disscussion](https://github.com/securingsincity/react-ace/discussions/751#discussioncomment-182855) ```css :global .codeMarker { background-color: #ffff99 ; position: absolute ; z-index:...
太丑了,有人知道如何修改相关css吗?
Same issue on macOS arm64 Edge 142.0.3595.53. Also, once you activate `React DevTools Components` or `Profiler` tabs, the DevTools panel cannot be closed. - switch to old DevTools not work...