From 74015debed91e2f61945dfcbf301eb1017709395 Mon Sep 17 00:00:00 2001 From: wuzekai <3025054974@qq.com> Date: Tue, 8 Jul 2025 05:06:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E4=BB=A4=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- instruction.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 instruction.txt diff --git a/instruction.txt b/instruction.txt new file mode 100644 index 0000000..d8bf16e --- /dev/null +++ b/instruction.txt @@ -0,0 +1,7 @@ +#环境配置(每次启动都运行一遍) +conda deactivate +conda activate pdr +source ~/.profile +nvcc -V +cd /home/wuzekai/PaddleOCR-2.9 +export WANDB_MODE=offline \ No newline at end of file -- 2.22.0