We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef6d64 commit 40b25f0Copy full SHA for 40b25f0
model/download_model.sh
@@ -10,3 +10,8 @@ if [ ! -d webpage ]; then
10
wget http://familia.bj.bcebos.com/models/webpage.tar.gz
11
tar -xzf webpage.tar.gz
12
fi
13
+
14
+if [ ! -d novel ]; then
15
+ wget http://familia.bj.bcebos.com/models/novel.tar.gz
16
+ tar -xzf novel.tar.gz
17
+fi
0 commit comments