shubhamingale commited on
Commit
fd480e6
·
verified ·
1 Parent(s): d877043

matplotlib

Browse files
Files changed (1) hide show
  1. setup_and_serve_vllm.sh +1 -0
setup_and_serve_vllm.sh CHANGED
@@ -31,6 +31,7 @@ check_module multipart || CORE_PKGS="$CORE_PKGS python-multipart"
31
  check_module einops || CORE_PKGS="$CORE_PKGS einops"
32
  check_module addict || CORE_PKGS="$CORE_PKGS addict"
33
  check_module easydict || CORE_PKGS="$CORE_PKGS easydict"
 
34
  if [ -z "$CORE_PKGS" ]; then
35
  echo " All core dependencies already installed"
36
  else
 
31
  check_module einops || CORE_PKGS="$CORE_PKGS einops"
32
  check_module addict || CORE_PKGS="$CORE_PKGS addict"
33
  check_module easydict || CORE_PKGS="$CORE_PKGS easydict"
34
+ check_module matplotlib || CORE_PKGS="$CORE_PKGS matplotlib"
35
  if [ -z "$CORE_PKGS" ]; then
36
  echo " All core dependencies already installed"
37
  else