pvutov

Results 8 comments of pvutov

Should add an 'inherits' field inside turrets too, to reduce duplication wrt weapons

I've had no issue connecting from my phone to 192.x.y.z:7860 if I start with `--listen`. Where I stumble is in exposing the whole thing to the web. `--share` works, but...

I simplified my setup by getting rid of `/chat` in my nginx forwarding config, and it works. E.g. ``` python server.py --model ggml-vic7b-q5_0.bin --load-in-8bit --listen-host https://somedomain.com/chat --listen-port 7860 ``` Loads...

I don't recognize that error, but it's been a while..

BTW I also made a patch for treating `-j` with no argument the same as `-j0` (the way `ninja` and `run-clang-tidy` work). But in cases where `-j` is followed by...

Thanks for the quick response. I had been wondering what the #5326 in d064f9c24 refers to, since the trac issue under that ID is unrelated; I get it now! I...

I've already implemented my pipeline to call `nproc`, so I won't use it in CI. I submitted the PR because i was surprised to do the equivalent of `make build...

I use i3 (no desktop environment) and was not sure what to do after "installing" with the instructions above. Looking into it, the installation generates a `.desktop` file. It can...