宁鹏涛

Results 12 issues of 宁鹏涛

问题描述 目前sealer build image时会检测是否支持overlay文件系统。当前默认通过modprobe overlay去检测,我发现在容器环境和wsl2都会导致最终保存失败(能够保存,但是拉取的镜像丢失,算作保存失败)。 解决方案: 去除overlay2.go中modprobe检测,仅使用/proc/filesystems去检测。并希望能够在不支持overlay的情况下,通过日志在控制台上显示。 https://github.com/sealerio/sealer/blob/cf9bdb1667d6d519aa0af63037999d73646dcbb4/utils/mount/overlay2.go#L49

good first issue
kind/feature

vagrant + virtualbox虚拟环境有nat网卡,kube-init.sh生成配置没有node.ip。会导致kubectl logs xxx无法获取非本机pod的日志。 错误日志: the server could not find the requested resource pods/log。

kind/feature

reason: When compiling graalvmjdk, mx calls getKnownJavacLints if the local language is Chinese, it will cause UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 19: invalid start byte, and...

https://user-images.githubusercontent.com/7344969/165025748-8f46ff08-7a33-43e9-86c8-9b604caa2fb8.mp4

驱动视频使用方形脸,静态图像瓜子脸。生成的动态视频很不自然。有什么解决办法吗?

Java frame anchors for the failing thread 0x0000023fbd9bd100: Anchor 0x0000004fbc1fe680 LastJavaSP 0x0000004fbc1fe5b0 LastJavaIP 0x00007ff7b27d5279 Stacktrace for the failing thread 0x0000023fbd9bd100: SP 0x0000004fbc1fdf48 IP 0x00007ffd7efa1470 IP is not within Java code....

bug
native-image

At present, the jna library uses jni overload. I tried to use the Feature mechanism to add it to the built-in. Later, I found that jni overload is not supported....

feature

原始llama 13b模型和其他基于llama 13b的模型: prompt: 生成一个有效的JSON数组,其中每一个元素都是一个JSON对象。 元素内容包含键“name”,“metric”,“color”,metric的值为个浮点数,color的默认值为“#4285F4”。 以下是JSON对象的文本格式,行以逗号分隔,列以冒号分隔: 2020:36.000,2021:46.000,2023:100.000,2024:120.000,2025:125.500 注意:确保格式使用双引号并属性名称是字符串字母。 注意:只提供 JSON 数据。 response: [ { "name": "2020", "metric": "36.000", "color": "#4285F4" }, { "name": "2021", "metric": "46.000", "color": "#4285F4" },...

stale

I found that langchain4j mainly supports client side and has no server side support. Consider a scenario where multiple personal devices act as server and client. 1. Write a java...

enhancement