Terren

Results 9 comments of Terren

Hi friedrich, I am trying to compile it to android so share library, but there is some problem in code. 1. Exception not support in ndk, i will remove all...

您好, 进行多轮对话的时候,会出现显存不足的情况,请问main.py上有没有好的办法限制呢? 当多轮对话的内容超过一定的长度,程序就会崩溃掉,需要重启 ![image](https://github.com/josStorer/selfhostedAI/assets/6279585/e0708ae9-9742-4dc2-a039-a1b381a6ea76)

@josStorer 你咋这么牛逼呢,期待最新作品, 我就为了搭建以后团队内部能查查资料。

Hi Ice, It's great to receive your response. As I have been going through the Kotlin source code, I noticed that it only includes Flex, but there is no BNF...

试试这个: https://www.postman.com/devrel/workspace/openai/request/13183464-3b16e75d-8ddd-4758-aaea-4097c9f93f54

it works with GraalVM21, I have tried. btw, need few changes with exec-maven-plugin @standalone module ``` ${env.JAVA_HOME}/bin/native-image.cmd -p %classpath -H:+ReportExceptionStackTraces -m ${launcherClass} -o ${project.build.directory}/slnative -Dpolyglotimpl.DisableVersionChecks=true ```

这个卡顿和平滑的视觉效果需要对比才能看得出来,我上传两张不同效果的gif动图,录制帧率为60hz,画布放到最大,相同的鼠标和浏览器环境,分别来源于官方画布绘制的带一个矩形图形和processon画布带有一个矩形的图像效果,您尝试看看能否看出来差异 ![bbb](https://github.com/user-attachments/assets/6c4f80cf-d026-4e7f-9802-e5dcfb771fe7) ![ccc](https://github.com/user-attachments/assets/602ee4dc-8d06-4ca7-b4bf-8c8cf8e84f03)

不知道咱们是否有这样的设计 展示层:不可变换元素,静态元素 控制层:可变化元素,可拖动旋转,鼠标显影 数据层:同时绑定上两层的数据 如果有这样的设计,那我就可以在anchor的展示层增加展示元素即可达到我的目标

workaround instructions for some mx beginner from developer: change `mx\src\mx\_impl\support\processes.py` line 59 `return subprocess.check_output(*args, **kwargs).decode(errors="ignore")`