runpod-python icon indicating copy to clipboard operation
runpod-python copied to clipboard

🐍 | Python library for RunPod API and serverless worker SDK.

Results 68 runpod-python issues
Sort by recently updated
recently updated
newest added

closes runpod/runpod-python#318 This branch adds the possibility to use the runpod-python package also with regulard Pods running on adapted Serverless templates. To do so, a `CustomEndpoint` class has been created....

shouldn't it be set to True? https://github.com/runpod/runpod-python/blob/f6971a8f142a7b4796fb0f1ffa3b3f201d130a81/runpod/serverless/modules/rp_http.py#L77C16-L77C17

**Describe the bug** When a pull request is created, the CI suite always fails on the `[Build and push mock-worker Docker image](https://github.com/runpod/runpod-python/actions/runs/9365387848/job/25780495905?pr=319#logs)` step. **To Reproduce** Run the CI suite for...

bug

**Is your feature request related to a problem? Please describe.** `runpod` is built on top of `FastAPI`, yet it currently doesn't support one of FastAPI's main features: automatic serialization/deserialization with...

enhancement

**Is your feature request related to a problem? Please describe.** I've been reading through the code a bit and its clear that you can update a *template* but its less...

enhancement

This was a far more trivial change than I expected, replaces double quotes inside the string with escaped double quotes, that way graphql inteprets them correctly

**Is your feature request related to a problem? Please describe.** I would like to use a regular Pod to handle the average traffic, and then scale on serverless if the...

enhancement

**Is your feature request related to a problem? Please describe.** We're using RunPod pods to train AI models based on our Docker images, which we store in ECR. The ECR...

enhancement

**Is your feature request related to a problem? Please describe.** When working locally on an endpoint in API mode (`--rp_serve_api`), you have to kill and restart the server constantly to...

enhancement

community pods can have slow network speeds this PR adds support for the 2 graphQL parameters "minDownload" and "minUpload" to runpod.create_pod