Baboluo
Explore posts from serversRRunPod
•Created by Baboluo on 3/2/2024 in #⛅|pods-clusters
Managing multiple pod discovery
Yeah, ty. I'll look into other providers for inference.
8 replies
RRunPod
•Created by Baboluo on 3/2/2024 in #⛅|pods-clusters
Managing multiple pod discovery
https://www.anyscale.com/ray-open-source
There is this, might be a good approach but I see no Runpod compat
8 replies
RRunPod
•Created by Baboluo on 3/2/2024 in #⛅|pods-clusters
Managing multiple pod discovery
Yeah RunPod. I want to use some open source abstraction without lock-in
8 replies
RRunPod
•Created by Baboluo on 2/6/2024 in #⛅|pods-clusters
How do I run custom code on a Runpod instance?
And passing a github repo doesnt work?
5 replies
How to do an async API call in useEffect (T3 stack)
there's no server side state, its client side. the backend is an wraps an api that yields results of a machine learning model. thanks so far though, I don't want to waste your time so I'll just stick with this for now
16 replies
How to do an async API call in useEffect (T3 stack)
Unlike queries, mutations are typically used to create/update/delete data or perform server side-effects.
from the docs.
I don't do CRUD ops or perform server side-effects. just accessing a 3rd party API based on parameters from the user interface16 replies