I have a “out the box” thought i’d very much appreciate some input on. I plan on doing some benchmarking challenges with GPT. I’d quite like to see this visually, potentially utilizing an Audio VST or TC Electronics Clarity M Loudness Radar. Present the activity of GPT. Do you think it is possible to configure anything to achieve this? any tool recommendations ? Is it possible to get GPT interacting with external hardware?
Ideally a radar view with labels like cost, memory… etc
You can certainly code up connectivity to external hardware to evaluate it, if you look in my Bio there is a link to my ESP32_ChatGPT library that lets you make OpenAI API calls from the ESP32 Wifi enabled microcontroller, that can be hooked up to various hardware either directly with 3.3v logic or via MOSFETS and/or level shifters.
Not sure what protocols the external hardware would run, but I would imagine RS232,48, SPI, I2C… something along those lines would be fairly trivial to implement with the use of the Arduino ecosystem libraries.
What exactly do you intent to measure and for what purposes? If the model is running on a server you can measure only the devices you can access. If you run any model locally then it’s the same scenario and you can focus on measuring the activity of your components. In these cases there very likely exist tools and software to help you achieve some measures of activity. But maybe you have something else in mind?