Pablo Romeo

Results 47 comments of Pablo Romeo

That's a great idea! Yeah, the strategies were initially focused on CPU-bound workers, since that's what I had to work with at the time :). So in your case, your...

Yeah, I don't know if there's a way from node.js to determine the load the GPU is currently under. Hard to see how Tdarr does it since it's not open-source....

I hope this gets merged soon! Plenty of ACs need the "on_once" logic to be usable.

Good feedback @noaho, yeah, that's another valid scenario where something like priorities, max-jobs, custom weights, and and the such can help schedule jobs better. I just haven't had time unfortunately...

Version v1.3.17 now has EAE support turned on by default :) https://github.com/pabloromeo/clusterplex/releases/tag/v1.3.17

What might be the cause in your case, is that in your configMap you are referencing PMS using it's service name: ``` PMS_IP: clusterplex-pms.plex-system.svc ``` Eventhough that works from a...

That's awesome @brandan-schmitz!! I'll take a look and merge, I'm sure it will be useful to others.

The only way I was able to get the integration to work, was by following the steps here: https://community.home-assistant.io/t/withings-integration-2022-4-2-redirect-uri-mismatch-error/410861/18 Basically manually re-enabled the "my:" integration in the config file, and...

I believe the same issue also happens with gpt-4o. Is there any workaround to stop having it count the base64 text as tokens and estimate the image cost in some...

Could this be related to the fact that when using streaming, openAI now include the usage as a streamed chunk (if you specify the include_usage property)? I don't think the...