mimi3421
mimi3421
@elseif 请问是哪个版本的docker支持您所讲的web登录?cli版本可以吗? 我在按windows(host)->VirtualBox:alpine(docker-host)->docker(docker-easyconnect:cli)这样的结构部署,目前遇到验证码问题。我想尝试一下您所说的nginx的方式将windows(host)的web登录请求代理到docker的环境里面。请问我应该运行docker-easyconnect:cli里哪个程序用于只监听web登录?
以下方式成功了一半,但网页验证的时候仍然提示版本过旧,也没办法测试后面proxy运行情况: 按windows(host)->VirtualBox:alpine(docker-host)->docker(docker-easyconnect:cli)这样的结构部署,192.168.56.112是VirtualBox:alpine的IP,在windows(host)开浏览器认证 油猴,一楼的代码可能有跨域问题: ``` javascript // ==UserScript== // @name EasyConnect // @homepageURL https://vpn.cn/ // @description Hook修改ECAgent地址 // @author You // @match https://vpn.cn/* // @run-at document-start // ==/UserScript== (function(document){ var j=document.createElement("script");...
I also consider this as an important feature, otherwise it would be useless to manually assign the code at the sender's side. I just use the loop to check if...
If you just want to have a try in windows and don't want to install the Visual C++ compiler. Install everything in sandbox to avoid the creation of ```AppData\Local\langflow```: 1....
It seems that the calculation of `sched->hash_set.size` has been changed somewhere after tag ```b6000``` from 65537 to a small value 2000 or so. For testing, I have made a debug...
@ggerganov Sure. My device is 64GB ram with RTX2070 (8GB VRAM). The model with LoRA consumes approximately 7.6GB VRAM without using the shared memory in its normal run. I run...
It seems that the bug locates at the definition of ```llama_context::graph_max_nodes``` in ```src/llama-context.cpp```. ( https://github.com/ggml-org/llama.cpp/compare/b5932...b5933 ). Changing the maximum graph nodes back to 65536 or some larger one (larger than...