MoffKalast
MoffKalast
Addressed by #146 and #147, seems to be at least as reliable as before, hopefully this solves this one for now.
Well your 770 should be able to run SYCL through OneAPI, which means [recompiling llama-cpp-python with SYCL](https://github.com/oobabooga/text-generation-webui/discussions/6606) after the long struggle of getting oneapi working. That's the process I've been...
Well it's been a while since I've done the main install, but generally you need [this thing](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=oneapi-toolkit&oneapi-toolkit-os=linux&oneapi-lin=offline) installed (supposedly all iGPUs post 11th gen work with it, plus the Arc...
From the [wiki](https://github.com/MoffKalast/vizanti/wiki): > Note: Some icons open setup modals instantly, while others use a single press to trigger actions and use a long press to open the modal. Gotta...
Hmm I've just tested it with those params on a 24.04 machine without ROS and it seems to build and run fine, even if the $ROS_DOMAIN_ID and $RMW_IMPLEMENTATION are unset...
Tested on 22.04 today, still seems to build and run fine. Are you sure you're not running anything that would be conflicting on those ports or something else that stops...
Hmm I've tested it again (on an ubuntu machine without ROS installed) with domain ID set to zero: ``` sudo docker run --rm -it --net=host --name vizanti-ros2 -e ROS_DOMAIN_ID=0 -e...
Hmm yeah I think in terms of ROS related connections that will be all, there's also the waitress static serve used by the flask node, which [would need to be...
Hmm that's interesting, I've seen such issues in the past when connecting with the same machine over different network adapters, since rosbridge seems to cache some client ID or something...
Yeah alright this seems to be a rosbridge bug specifically, it's not consistent when dealing with multiple latched publishers on the same topic. I've got a Humble setup upgraded to...