andi
andi
docker-compose up 启动无法登录 ``` wayne-backend_1 | 2020/09/24 13:29:03.326 [E] [authenticator.go:69] get body error. unexpected end of JSON input ```
docker pull 之前的版本可以工作。
Append '--no-bootstrap-mrjob' to command line.
Thank you for your anwser.
About 120 seconds, Server is Windows Server 2012R2, Client is Win7. ```python from pypsrp.powershell import PowerShell, RunspacePool from pypsrp.wsman import WSMan if __name__ == "__main__": wsman = WSMan('192.168.5.31', username='user', password='passwd',...
Smuggle proxy environment variables into the Kanoki builder environment by adding special comments in /etc/hosts. In .gitlab-ci.yml, add this. ```yml script: - echo "#export PIP_INDEX_URL=${PIP_INDEX_URL}" >> /etc/hosts - echo "#export...

This is my config.yaml: ```yaml name: Local Assistant version: 1.0.0 schema: v1 models: - model: Qwen2.5-Coder-32B-Instruct name: Qwen2.5-Coder-32B-Instruct provider: openai apiKey: sxxxx apiBase: http://hpc-xxxx:2002/v1 systemMessage: 你是一个专业的软件开发助手,请用中文尽量清洁明了地回答问题。 defaultCompletionOptions: temperature: 0.6 roles:...
> [@AndrewTsao](https://github.com/AndrewTsao) Can you just check if `contextLength` is correctly set to 128k in your config.yaml like what [@GrimmiMeloni](https://github.com/GrimmiMeloni) did? For code context, 400 lines might be around 4000 tokens...
Is it because my model is running with vLLM instead of ollama that this issue is being triggered?