Skip to content

Commit

Permalink
feat(ray): add llava 13b to predeploy list
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Mar 13, 2024
1 parent cc61b85 commit b2775f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions instill/helpers/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ class VisualQuestionAnsweringInput:
VRAM_UPSCALE_FACTOR = 1.25

MODEL_VRAM_OVERRIDE_LIST = {
"stable-diffusion-xl": 0.45,
"controlnet-canny": 0.45,
"llava-1-6-7b": 0.4,
"llama2-7b-chat": 0.4,
"stable-diffusion-xl": 0.4,
"controlnet-canny": 0.2,
"llava-1-6-7b": 0.2,
"llava-1-6-13b": 0.4,
"llama2-7b-chat": 0.2,
"llama2-7b": 0.4,
"zephyr-7b": 0.4,
}

0 comments on commit b2775f5

Please sign in to comment.