Timothy Blattner
Timothy Blattner
I am also getting errors with drmemory. In this case I tried running "drstrace.exe", when running with calc.exe as well as when calling calc.exe with drmemory.exe. Screenshot from drstrace: ...
In extension.json (found in /.vscode/extensions/continue/out/extension.json) I editted the async function "fetch2(url3, options_) to include ``` // Add rejectUnauthorized: false to the options if (parsedURL.protocol === "https:") { options.rejectUnauthorized = false;...
Was going to make an issue, but will hop onto this one. Would like to operate with LLMs hosted with either vLLM or llama.cpp with models like llama 3.1 70b...
I was also receiving this error on main (compiled this morning) using the ```google/gemma-3-27b-it``` My end-user was sending 128 concurrent requests to the system via python, system was setup to...
Just a follow-up from my post a couple days ago. The instance is still running strong with ```--max-running-requests 64``` using the gemma-3. Haven't tried the DeepSeekV3. Thought I'd provide this...