mao123qw commited on
Commit
4a1e5d6
·
verified ·
1 Parent(s): 7d315e6

Update sync_data.sh

Browse files
Files changed (1) hide show
  1. sync_data.sh +0 -3
sync_data.sh CHANGED
@@ -6,9 +6,6 @@ if [ -z "$HF_TOKEN" ] || [ -z "$DATASET_ID" ]; then
6
  exit 1
7
  fi
8
 
9
- apt-get install -y pip3
10
- pip3 install huggingface_hub
11
-
12
  # 上传备份
13
  cat > /home/app/hf_sync.py << 'EOL'
14
  from huggingface_hub import HfApi
 
6
  exit 1
7
  fi
8
 
 
 
 
9
  # 上传备份
10
  cat > /home/app/hf_sync.py << 'EOL'
11
  from huggingface_hub import HfApi