Jade Zheng

Results 45 issues of Jade Zheng

I have a phone, nubia z11, which has an Adreno 530 GPU. I installed Ubuntu 18 on the phone by LinuxDeploy. Now, I want to use the GPU in Ubuntu....

之前一直没有更新,用的Catalina,一切正常。最近更新至Big Sur11.6,已经发生过多次莫名闪退,不过都是发生在不输入的时候。在输入过程中没有发生闪退。

使用大纲并采用“?“限制显示层级时,不能有效限制,且自动转化为思维导图形式展示 ![20210925175023oTBvwZ](http://xsj.zhengsj.top/uPic/20210925175023oTBvwZ.png)

bug

- 项目名称: Pluto - 项目地址: https://github.com/pluto-lang/pluto - 项目简介: 该项目根据开发者在业务代码中定义的变量,自动创建云平台上对应的资源组件,并且支持一套代码适配多个云平台,帮助个人开发者更轻松地构建面向云的应用程序,降低云能力的上手难度。 - 项目截图: ### 实现思路 ![arch](https://github.com/GitHubDaily/GitHubDaily/assets/20160766/b2ff3043-e99a-41c6-91f4-fecbb11d1bbf) ### 整体效果 ![effect](https://github.com/GitHubDaily/GitHubDaily/assets/20160766/d116ddc7-b051-4284-b644-0cf921aa2194) ### 使用示例 ![image](https://github.com/GitHubDaily/GitHubDaily/assets/20160766/a4068a86-faf0-4fe2-ae80-d43709a2be91) ![image](https://github.com/GitHubDaily/GitHubDaily/assets/20160766/bf28d581-2ecf-4bcd-ad06-9496902651ac)

Users interact with resources through a unified interface, regardless of the specific cloud platform. However, when deploying user-written business logic to a cloud platform, adaptation is required. Payload obtained from...

sdk

Currently, the slow deduction speed is mainly due to the slow dependency extraction, which presents several issues: 1. Whenever there's a change in one part of the code, almost all...

deducer

The example "langchain-llama2-chatbot-sagemaker-python" creates a llama2 conversational chatbot using AWS and LangChain. When deploying it on AWS, the initial execution might time out. The issue we've identified is that importing...

bug

If the closure only accesses a regular API (not a client API, infrastructure API, or captured property), the deducer does not add the resource object to the closure's dependencies. Consequently,...

bug
deducer

When deploying on AWS, adding a new path route may not take effect immediately. This could be because after updating the route, the Deployment instance in AWS was not refreshed.

bug
sdk

The text generation process of large language models usually takes some time, so it's common to use streams to send the result back to users. Therefore, we need to support...

good first issue
sdk