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...