mao123qw commited on
Commit
1ea8a75
·
verified ·
1 Parent(s): 0df081a

Update sync_data.sh

Browse files
Files changed (1) hide show
  1. sync_data.sh +0 -1
sync_data.sh CHANGED
@@ -6,7 +6,6 @@ if [ -z "$HF_TOKEN" ] || [ -z "$DATASET_ID" ]; then
6
  exit 1
7
  fi
8
 
9
- pip install huggingface_hub
10
  # 激活虚拟环境
11
  source /home/app/venv/bin/activate
12
 
 
6
  exit 1
7
  fi
8
 
 
9
  # 激活虚拟环境
10
  source /home/app/venv/bin/activate
11