ozzie
Explore posts from serversRRunPod
•Created by ozzie on 4/28/2025 in #⛅|pods-clusters
trl vllm-serve not binding to port
I have a pod with two A6000 and I am trying to run
vLLM
on one of them via:
AFAICT, the model launches fine however it seems like there is a problem with binding to the port. I see nothing when doing lsof -i :8000
Is there any obvious additional configuration I need todo?2 replies
RRunPod
•Created by ozzie on 3/18/2025 in #⚡|serverless
Delete Serverless Endpoint via the API?
I am trying to delete the serverless endpoint via the API, but everytime I make a request to the endpoint, I get an internal error:
Via the Python API:
Response:
I confirmed that my min and max is set to zero as per the GraphQL docs:
11 replies
`npm workspace`'s support with Deno v2
I am trying to follow the tutorial of using Deno Workspaces w/ npm workspaces https://docs.deno.com/runtime/fundamentals/workspaces/#migrating-from-npm-workspaces
If I copy all the code and then run
deno check main.ts
, I get the following error:
If I try todo deno install
, it also cannot find my local npm dependency.
Is this a known limitation?1 replies