-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
562f173
commit 2488486
Showing
8 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
MODEL_DIR=/media/teamgroup/models | ||
MODEL=dolphin-2.6-mistral-7b-dpo-exl2 | ||
EXTENSIONS_DIR=/home/me/git_repos/extensions/ | ||
CHARACTERS_DIR=/media/teamgroup/characters | ||
SETTINGS_DIR=/media/teamgroup/settings | ||
COMMITHASH=1edf321362b3f5b3c2486fca8fd3931628c8b669 | ||
MODEL_DIR=/media/sandisk/models | ||
MODEL=Hyperion-3.0-Mistral-7B-alpha-exl2-8_0 | ||
EXTENSIONS_DIR=~./git_repos/extensions/ | ||
CHARACTERS_DIR=./characters | ||
SETTINGS_DIR=./settings | ||
LOGS_DIR=./logs | ||
DATASETS_DIR=/media/teamgroup/loras/datasets | ||
LORAS_DIR=/media/teamgroup/loras | ||
DATASETS_DIR=./datasets | ||
LORAS_DIR=./loras | ||
PRESETS_DIR=./presets | ||
PROMPTS_DIR=./prompts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,9 @@ docker_build.log | |
nohup.out | ||
presets/ | ||
prompts/ | ||
characters/ | ||
settings/ | ||
datasets/ | ||
loras/ | ||
dev_build.sd | ||
release.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
docker build --build-arg CACHEBUST=$(date +%s) --build-arg clone_arg="--branch dev" -t noneabove1182/text-gen-ui-gpu . | ||
docker build --build-arg CACHEBUST=$(date +%s) --build-arg clone_arg="--branch gradio4" -t text-gen-ui-gpu . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.