Moved torrent URL to new git repo (#95)

This commit is contained in:
Harry Pollard
2019-12-10 14:13:55 -07:00
committed by Nick Walton
parent 81e8979e37
commit 0ee4af6f06
+1 -1
View File
@@ -5,7 +5,7 @@ BASE_DIR="$(pwd)"
MODELS_DIRECTORY=generator/gpt2/models
MODEL_VERSION=model_v5
MODEL_NAME=model-550
MODEL_TORRENT_URL="https://github.com/nickwalton/AIDungeon/files/3935881/model_v5.torrent.zip"
MODEL_TORRENT_URL="https://github.com/AIDungeon/AIDungeon/files/3935881/model_v5.torrent.zip"
MODEL_TORRENT_BASENAME="$(basename "${MODEL_TORRENT_URL}")"
if [[ -d "${MODELS_DIRECTORY}/${MODEL_VERSION}" ]]; then