From 5ff7f7db0952f52c515d469040e83b970ddc60e7 Mon Sep 17 00:00:00 2001 From: Andrew Aikawa Date: Wed, 25 Sep 2024 21:27:31 +0000 Subject: [PATCH] add A4000, P4000, GPU+ --- sky/provision/paperspace/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sky/provision/paperspace/constants.py b/sky/provision/paperspace/constants.py index 8c6084d80b7..0acd659d663 100644 --- a/sky/provision/paperspace/constants.py +++ b/sky/provision/paperspace/constants.py @@ -19,6 +19,12 @@ 'V100-32Gx2': 'twnlo3zj', 'V100-32G': 'twnlo3zj', 'V100': 'twnlo3zj', + 'GPU+': 'twnlo3zj', + 'P4000': 'twnlo3zj', + 'P4000x2': 'twnlo3zj', + 'A4000': 'twnlo3zj', + 'A4000x2': 'twnlo3zj', + 'A4000x4': 'twnlo3zj', **CPU_INSTANCES_TEMPLATEID } NVLINK_INSTANCES = {