I want to launch Oobabooga Textgen WebUI from the command line with its serial output. I also want to run a while loop that retrieves the Nvidia GPU memory available and temperature for display on the header bar with a 5 second sleep delay. How do I run both of those at the same time?
Indeed that works in the terminal to launch both my function and the application.
How would I do this inside a single function, like launch, then drop into the loop?