crasm
crasm
I'm actually keeping vpnshift a shell script because all it needs to do is tie together openvpn, ip, and sudo. Currently, the bulk of vpnshift is wrangling network namespaces. If...
Since vpnshift runs in the "vpnshift" network namespace, you can enter the namespace using `ip`. ``` sudo ip netns exec vpnshift ``` So you could do: ``` sudo ip netns...
Did a little test and DNS wasn't leaking in chromium/firefox for me. The contents of `/etc/resolv.conf` were the cryptostorm addresses. When I re-enter the vpnshift netns with `sudo ip netns...
Huh, I spun up an ubuntu vm and it's happening to me also. If I had to guess, maybe it's `systemd-resolved`, but issuing a `systemctl restart systemd-resolved.service` within the vpnshift...
Didn't solve the problem, but I'm using a separate fim repo per data folder, which makes it easier to track changes.
I'm using Fim version 1.2.3. Here's a git repo where I logged the problem: https://github.com/crasm/fim-issue-19 The expected behavior at [the end](https://github.com/crasm/fim-issue-19/tree/5e0b5a9d2317ca58577f5095b2a7d5490ceac089) is that fim ignores `songs/song.txt` just like how it...
I'm writing some complex modifications to get my Razer Tartarus V2 to work on macOS like how it used to work on Windows, and having an upper limit that's higher...
That wasn’t a typo on my part. By 10s I meant 10000ms and by 100s I meant 100000ms. I just didn’t want to type out all the zeros. If the...
Would anybody be averse to me implementing Option 1? My code does incremental tokenization/decoding, and I'm getting weird spaces where they should not be appearing. I'd rather fix this now...
@ggerganov `I saw` becomes: ``` INFO : 106070: LlamaCppService: Adding text: ```I saw``` FINE : 106071: ContextTokens: Added BOS token to context INFO : 106071: LlamaCppService: Added 3 tokens: [...