Switched to larger gpu
This commit is contained in:
@@ -10,10 +10,9 @@ export MSYS_NO_PATHCONV=1
|
||||
# These can be overridden by environment variables or .env file
|
||||
|
||||
# Pod configuration
|
||||
GPU_TYPE=${GPU_TYPE:-"NVIDIA GeForce RTX 3090"}
|
||||
GPU_TYPE=${GPU_TYPE:-"NVIDIA RTX 6000 Ada Generation"}
|
||||
GPU_COUNT=${GPU_COUNT:-1}
|
||||
CONTAINER_DISK_SIZE=${CONTAINER_DISK_SIZE:-100} # GB
|
||||
MEMORY=${MEMORY:-20} # GB
|
||||
CPU_COUNT=${CPU_COUNT:-1} # vCPUs
|
||||
POD_NAME=${POD_NAME:-"sia-agent"}
|
||||
VOLUME_SIZE=${VOLUME_SIZE:-200} # GB
|
||||
@@ -38,7 +37,6 @@ output=$(runpodctl create pod \
|
||||
--containerDiskSize $CONTAINER_DISK_SIZE \
|
||||
--volumeSize $VOLUME_SIZE \
|
||||
--volumePath "$VOLUME_PATH" \
|
||||
--mem $MEMORY \
|
||||
--vcpu $CPU_COUNT \
|
||||
--ports "8080/http,8888/http" \
|
||||
--env "SIA_REPO_URL=$SIA_REPO_URL" \
|
||||
|
||||
Reference in New Issue
Block a user