Skip to content

Commit

Permalink
feat: fix gpu model names (akash-network#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainzero authored Mar 28, 2024
1 parent ac0eef4 commit 36ef92c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 29 deletions.
2 changes: 1 addition & 1 deletion ChatGLM-6B/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ profiles:
attributes:
vendor:
nvidia:
- model: 3080
- model: rtx3090
storage:
- size: 30Gi
placement:
Expand Down
12 changes: 2 additions & 10 deletions Falcon-7B/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,9 @@ profiles:
- model: v100
- model: h100
- model: a100
- model: a40
- model: a16
- model: t4
- model: rtx5000
- model: rtx6000
- model: a4000
- model: a5000
- model: a6000
- model: 3090
- model: 3090ti
- model: 4090
- model: rtx3090
- model: rtx4090
storage:
- size: 200Gi
placement:
Expand Down
5 changes: 2 additions & 3 deletions flan-t5-xxl/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ profiles:
attributes:
vendor:
nvidia:
- model: 3090
- model: 4090
- model: rtx3090
- model: rtx4090
- model: v100
- model: a100
- model: h100
- model: a40
storage:
- size: 60Gi
placement:
Expand Down
2 changes: 1 addition & 1 deletion stable-diffusion-ui/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ profiles:
attributes:
vendor:
nvidia:
- model: 4090
- model: rtx4090
placement:
akash:
#######################################################
Expand Down
2 changes: 1 addition & 1 deletion stable-diffusion-webui/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ profiles:
attributes:
vendor:
nvidia:
- model: 3080
- model: rtx3090
storage:
- size: 30Gi
placement:
Expand Down
17 changes: 4 additions & 13 deletions text-generation-webui/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,14 @@ profiles:
nvidia:
# some models require a lot of vram to run please research the requirements of the model you want to deploy and use a capable gpu
# uncomment or leave it empty to receive bids with any available gpu
#- model: a40
#- model: a10
#- model: 4090
#- model: 3090Ti
#- model: 4080
#- model: 3090
#- model: rtx4090
#- model: rtx3090
#- model: rtx3090
#- model: h100
#- model: a100
#- model: v100
#- model: 3060
#- model: rtx3060ti
#- model: p100
#- model: 4000
#- model: a4000
#- model: a6000
#- model: 2070
#- model: 1080
#- model: 1080Ti
# Size of the storage depends on the models you want to download
storage:
- size: 30Gi
Expand Down

0 comments on commit 36ef92c

Please sign in to comment.