CodeGeeX icon indicating copy to clipboard operation
CodeGeeX copied to clipboard

CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

Results 127 CodeGeeX issues
Sort by recently updated
recently updated
newest added

I'm a fan of Gitpod, for having this extension in the gitpod vscode editor, it should be available in OpenVSX Can you guys please add this extension to OpenVSX?

莫名原因出现该报错,就普通正常操作后,空闲一段时间,就会报这个 Error:timeout of 120000ms exceeded 来源:CodeGeeX(扩展)

bug

Hi, Thanks for open sourcing the VSCode extension and the model files. Is there any way you can release the inferencing server code as well? I'd like to host the...

documentation

您好,我尝试了一下 ``Inference on GPUs`` 的样例,即``test/test_prompt.txt``的输入样例。感觉输出的翻译代码比较正常,但是后续的中文解释还是很奇怪的?比如有的解释与代码无关,有的解释好像会重复。不知道这种现象合理吗。以及有什么办法让模型不输出后续的中文解释吗? 以下是以相同输入多次运行的一些结果: **结果1** ``` ================================= Generated code: def has_close_elements(nums, threshold): for i in range(len(nums)-1): for j in range(i+1, len(nums)): if abs(nums[i]-nums[j]) < threshold: return True return...

Hi, 现在这个vscode插件的命令是ctrl+enter, 这和在git面板的commit快捷键冲突了, 快捷键配置应配置when来限制触发提示的时机. ![image](https://user-images.githubusercontent.com/27798227/206387364-95df6a80-51ef-4f32-a6f4-91e22dcbd4f7.png) ![image](https://user-images.githubusercontent.com/27798227/206387631-c466e222-ac92-4398-9437-73a2cd04463e.png)

feature request

I tried to make the inference on A30, while an error occurred: RuntimeError: CUDA out of memory. How to inference on multi cards?

documentation

看效果感觉很不错,后面有开发PyCharm插件的计划吗。

feature request

While enable CodeGeek, input code will Stuck or stopped for a while.

bug

git提交时输入内容,按ctrl+enter直接提交,但装了这个插件会阻挡这个行为

bug