From 3a9deb9778c6575fec11145bcaf2c062207551b7 Mon Sep 17 00:00:00 2001 From: Ishaan Sehgal Date: Sun, 10 Sep 2023 12:56:21 -0700 Subject: [PATCH] Update README.md link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f037d1fdc..4433caee1 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ az group create --name kdm-rg --location eastus az aks create --name kdm-aks --resource-group kdm-rg --node-count 1 --generate-ssh-keys ``` -2. Install [gpu-provisioner](https://github.com/Fei-Guo/gpu-vmprovisioner) helm chart +2. Install [gpu-provisioner](https://github.com/Azure/gpu-provisioner.git) helm chart ```bash -git clone https://github.com/Fei-Guo/gpu-vmprovisioner.git +git clone https://github.com/Azure/gpu-provisioner.git cd gpu-vmprovisioner AZURE_SUBSCRIPTION_ID= AZURE_LOCATION= \