mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
WIP run and setup
This commit is contained in:
parent
d7164ea26f
commit
cfd408dbbd
@ -2,9 +2,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
## Configuration
|
||||
SAMPLE_NAME=crawl-${1:-l}
|
||||
SAMPLE_DIR="samples/${SAMPLE_NAME}/"
|
||||
|
||||
SAMPLE_DIR="samples/crawl-${1:-l}/"
|
||||
## Configuration
|
||||
|
||||
CONVERTER_PROCESS_OPTS="
|
||||
-Xmx16G
|
||||
@ -41,6 +42,7 @@ pushd $(dirname $0)
|
||||
if [ ! -d ${SAMPLE_DIR} ]; then
|
||||
mkdir -p samples/
|
||||
|
||||
SAMPLE_TARBALL=samples/crawl-${SAMPLE_NAME}.tar.gz
|
||||
download_model ${SAMPLE_TARBALL} https://downloads.marginalia.nu/${SAMPLE_TARBALL} || rm ${SAMPLE_TARBALL}
|
||||
|
||||
if [ ! -f ${SAMPLE_TARBALL} ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user