Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
  • Loading branch information
chaunceyjiang committed Jan 15, 2025
1 parent 174edb9 commit b1a4d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ helm install hami hami-charts/hami -n kube-system
### Deploy the fake GPU
1. Download the latest release of the fake GPU.
``` shell
wget https://github.com/chaunceyjiang/fake-gpu/releases/download/v0.2.0/fake-gpu-helm-chart-v0.2.0.tgz
wget https://github.com/chaunceyjiang/fake-gpu/releases/download/v0.3.0/fake-gpu-helm-chart-v0.3.0.tgz
```
2. Deploy the fake GPU to your Kubernetes cluster.
``` shell
helm install fake-gpu fake-gpu-helm-chart-v0.2.0.tgz
helm install fake-gpu fake-gpu-helm-chart-v0.3.0.tgz
```
3. Configure your application to use the GPU.
``` shell
Expand Down

0 comments on commit b1a4d38

Please sign in to comment.