vyeevani
vyeevani
I’ve tested this with tilde in the cwd. Previously I’d see ‘lldb-mi’ not found errors when running the child process spawn for the debugger due to the tilde in the...
Looks like they don’t need that. At least it seemed to work on my machine but my setup is a bit weird. I’m running this through a dap adapter in...
According to this, the child process developers rejected handling cwd tilde expansion so it would have to be handled inside this repo: https://github.com/nodejs/node/issues/684
I’ve made this PR to resolve this with untildify so that the support isn’t hard coded here as a string replacement. https://github.com/WebFreak001/code-debug/pull/288
@GitMensch do you happen to have write access to get this merged?
Spoke with @TobyRoseman offline. Adding the conversion script where I saw the problem: ```python import coremltools as ct from transformers import AutoTokenizer, AutoModelForCausalLM import torch tokenizer = AutoTokenizer.from_pretrained("Salesforce/codegen-350M-multi") model =...
Please note this requires that the build_einsum_val has the following changed. This gets around: https://github.com/apple/coremltools/issues/1359. The fix from: https://github.com/apple/coremltools/issues/1604 is also needed to be able to repro this. elif parsed_vectors...
I filed #3355 to cover all the other vector stores.
Wrote the following to address this specifically for chromaDB: https://github.com/vyeevani/langchain/tree/vyeevani/update-vectorstore-entry-chromadb
Where is the duplicate? I searched for it but couldn't find it. Would appreciate a pointer