Timothy Blattner

Results 3 comments of 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: ![drmemorystrace](https://user-images.githubusercontent.com/10550807/76020878-3efbb000-5ef2-11ea-807a-24d336858d14.png)...

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