matplotlib
Browse files- 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
|