jonarmani

Results 6 comments of jonarmani

I also get `Illegal instruction" on several machines. I don't think it's a hardware resource issue, as it fails the same on a 24-core Intel Xeon E5-2620 with 32GB RAM....

I've tried with all compiler options set to `OFF` in the `CMakeLists.txt` for pyllamacpp, and am still seeing the error. 🙁

`dmesg` tells me it's this llama cpp library: `python[31999] trap invalid opcode ip:7f8d8fb6559f sp:7ffd0b9559a0 error:0 in _pyllamacpp.cpython-311-x86_64-linux-gnu.so[7f8d8fb55000+5b000]` but again, I've modified its `CMakeLists.txt` to turn all CPU opts `OFF` and...

> I honestly don't like the idea of deleting documents What if only symlinks landed in the source docs dir? I feel no unease deleting symlinks.

I've ultimately found something that works well enough (so far): ```py message = query['message'] d = self.doc js_code = f''' let msg = {json.dumps(message)}; ''' + ''' const new_doc =...

I took a first stab at a PR for this [here](https://github.com/filecoin-project/bls-signatures/pull/51). It's not pretty, but should work in a pinch.