Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# RunPod CLI
# Runpod CLI

runpodctl is the CLI tool to automate / manage GPU pods for [runpod.io](https://runpod.io).

Expand All @@ -10,7 +10,7 @@ _Note: All pods automatically come with runpodctl installed with a pod-scoped AP

## Table of Contents

- [RunPod CLI](#runpod-cli)
- [Runpod CLI](#runpod-cli)
- [Table of Contents](#table-of-contents)
- [Get Started](#get-started)
- [Install](#install)
Expand Down Expand Up @@ -57,8 +57,8 @@ Please checkout this [video tutorial](https://www.youtube.com/watch?v=QN1vdGhjcR

- [Installing the latest version of runpodctl](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=1384s)
- [Uploading large datasets](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=2068s)
- [File transfers from PC to RunPod](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=2106s)
- [Downloading folders from RunPod](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=2549s)
- [File transfers from PC to Runpod](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=2106s)
- [Downloading folders from Runpod](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=2549s)
- [Adding runpodctl to your environment path](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=2589s)
- [Downloading model files](https://www.youtube.com/watch?v=QN1vdGhjcRc&t=4871s)

Expand Down Expand Up @@ -109,7 +109,7 @@ You can use the following links for google colab

## Pod Commands

Before using pod commands, configure the API key obtained from your [RunPod account](https://runpod.io/console/user/settings).
Before using pod commands, configure the API key obtained from your [Runpod account](https://runpod.io/console/user/settings).

```bash
# configure API key
Expand All @@ -132,7 +132,7 @@ runpodctl start pod {podId} --bid=0.3
runpodctl stop pod {podId}
```

For a comprehensive list of commands, visit [RunPod CLI documentation](docs/runpodctl.md).
For a comprehensive list of commands, visit [Runpod CLI documentation](docs/runpodctl.md).

## Acknowledgements

Expand Down
Loading