|
1 | 1 | <div align="center"> |
2 | | -<h1>RunPod | Python Library </h1> |
| 2 | +<h1>Runpod | Python Library </h1> |
3 | 3 |
|
4 | 4 | [](https://badge.fury.io/py/runpod) |
5 | 5 | |
6 | 6 | [](https://pepy.tech/project/runpod) |
7 | 7 |
|
8 | | -[](https://github.com/runpod/runpod-python/actions/workflows/CI-e2e.yml) |
| 8 | +[](https://github.com/runpod/runpod-python/actions/workflows/CI-e2e.yml) |
9 | 9 |
|
10 | 10 | [](https://github.com/runpod/runpod-python/actions/workflows/CI-pylint.yml) |
11 | 11 | |
|
15 | 15 |
|
16 | 16 | </div> |
17 | 17 |
|
18 | | -Welcome to the official Python library for RunPod API & SDK. |
| 18 | +Welcome to the official Python library for Runpod API & SDK. |
19 | 19 |
|
20 | 20 | ## Table of Contents |
21 | 21 |
|
@@ -46,11 +46,11 @@ pip install git+https://github.com/runpod/runpod-python.git |
46 | 46 |
|
47 | 47 | ## ⚡ | Serverless Worker (SDK) |
48 | 48 |
|
49 | | -This python package can also be used to create a serverless worker that can be deployed to RunPod as a custom endpoint API. |
| 49 | +This python package can also be used to create a serverless worker that can be deployed to Runpod as a custom endpoint API. |
50 | 50 |
|
51 | 51 | ### Quick Start |
52 | 52 |
|
53 | | -Create a python script in your project that contains your model definition and the RunPod worker start code. Run this python code as your default container start command: |
| 53 | +Create a python script in your project that contains your model definition and the Runpod worker start code. Run this python code as your default container start command: |
54 | 54 |
|
55 | 55 | ```python |
56 | 56 | # my_worker.py |
@@ -79,15 +79,15 @@ See our [blog post](https://www.runpod.io/blog/serverless-create-a-basic-api) fo |
79 | 79 |
|
80 | 80 | ### Local Test Worker |
81 | 81 |
|
82 | | -You can also test your worker locally before deploying it to RunPod. This is useful for debugging and testing. |
| 82 | +You can also test your worker locally before deploying it to Runpod. This is useful for debugging and testing. |
83 | 83 |
|
84 | 84 | ```bash |
85 | 85 | python my_worker.py --rp_serve_api |
86 | 86 | ``` |
87 | 87 |
|
88 | 88 | ## 📚 | API Language Library (GraphQL Wrapper) |
89 | 89 |
|
90 | | -When interacting with the RunPod API you can use this library to make requests to the API. |
| 90 | +When interacting with the Runpod API you can use this library to make requests to the API. |
91 | 91 |
|
92 | 92 | ```python |
93 | 93 | import runpod |
|
0 commit comments