fu7100
fu7100
不是在linux里面跑这个程序,是在我linux程序中使用你的工具的编码输出结果出现的问题。 ***@***.*** 发件人: Fa鸽 发送时间: 2022-07-08 03:16 收件人: veler/DevToys 抄送: fu7100; Author 主题: Re: [veler/DevToys] url编码这里对于回车的处理在linux下会变成一行,希望修复! (Issue #572) 等一下你是怎么在linux里跑起来的? — Reply to this email directly, view it on GitHub, or...
我在openshift4上也遇到这个问题,我按照faq说明修改了container-runtime-endpoint以及cgroup为systemd - name: EXTRA_FLAGS #value: "--logtostderr=false" value: "--logtostderr=false --container-runtime-endpoint=/var/run/crio/crio.sock --cgroup-driver=systemd" 然后容器启动就报错: rebuild ldcache launch gpu manager E0516 02:59:32.771447 1270729 server.go:131] Unable to set Type=notify in systemd service file? F0516 02:59:33.872799...
> k8s版本是多少呢 openshift4.9 Kubernetes Version: v1.22.5+5c84e52
我也遇到同样的问题,我的vps是s390架构不是x86的,不能直接使用dockerhub上的镜像,我自己构建后运行对话就RuntimeError: memory access out of bounds RuntimeError: memory access out of bounds at wasm://wasm/00b63e2e:wasm-function[661]:0x6d175 at wasm://wasm/00b63e2e:wasm-function[154]:0x48aac at Tiktoken.encode (/app/node_modules/.pnpm/@[email protected]/node_modules/@dqbd/tiktoken/tiktoken_bg.cjs:257:18) at encode (file:///app/node_modules/.pnpm/[email protected]/node_modules/chatgpt/build/index.js:11:20) at ChatGPTAPI._getTokenCount (file:///app/node_modules/.pnpm/[email protected]/node_modules/chatgpt/build/index.js:405:12) at ChatGPTAPI._buildMessages (file:///app/node_modules/.pnpm/[email protected]/node_modules/chatgpt/build/index.js:369:48) at ChatGPTAPI.sendMessage...

@hyyxiaoluo 作者你好,docker日志如下,问题可以发邮件[email protected]讨论 root@ubuntu:~# docker logs chatgpt-web > [email protected] prod /app > node ./build/index.mjs Server is running on port 3002 RuntimeError: memory access out of bounds at wasm://wasm/00b63e2e:wasm-function[661]:0x6d175 at wasm://wasm/00b63e2e:wasm-function[154]:0x48aac at...
+1
> 进行了多次安装吗?,不确定,建议reset清理干净在重新安装 多次安装也是一样的,安装过程它会临时起一个5050的端口用来推镜像,然后关闭,再去检测端口是否被占用,但是这里它似乎没有关闭服务导致后面的check不通过。
> > Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿 > > Did you perform multiple installations? , not sure, it is recommended to reset...
> > Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿 > > Non-root user? 是的用户名不是root,但是它具有root权限。