Sfoglia il codice sorgente

fix: 修正 conda 环境激活命令为 dots.ocr

zhch158_admin 2 mesi fa
parent
commit
59e9391842
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      zhch/vllm_daemon.sh

+ 1 - 1
zhch/vllm_daemon.sh

@@ -5,7 +5,7 @@ mkdir -p $LOGDIR
 PIDFILE="$LOGDIR/vllm.pid"
 LOGFILE="$LOGDIR/vllm.log"
 
-conda activate py312
+conda activate dots.ocr
 hf_model_path="/home/ubuntu/zhch/dots.ocr/weights/DotsOCR"  # Path to your downloaded model weights
 export PYTHONPATH=$(dirname "$hf_model_path"):$PYTHONPATH
 # launch vllm server