mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
Moved torrent URL to new git repo (#95)
This commit is contained in:
committed by
Nick Walton
parent
81e8979e37
commit
0ee4af6f06
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user