Skip to content

Commit 40b25f0

Browse files
authored
add novel model
1 parent 3ef6d64 commit 40b25f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

model/download_model.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ if [ ! -d webpage ]; then
1010
wget http://familia.bj.bcebos.com/models/webpage.tar.gz
1111
tar -xzf webpage.tar.gz
1212
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

Comments
 (0)