Not-For-All-Audiences
nsfw
Update Summary for ST Beginners.md
Browse files- Summary for ST Beginners.md +11 -11
Summary for ST Beginners.md
CHANGED
@@ -18,7 +18,7 @@ You are not a kid, if you don't know what these are, Google it.
|
|
18 |
|
19 |
### Where Do We Start?
|
20 |
|
21 |
-
* We go here [SillyTavern-Launcher](https://github.com/SillyTavern/SillyTavern-Launcher) and follow all the installation steps.
|
22 |
|
23 |
### What Can I Run on My Machine?
|
24 |
|
@@ -27,7 +27,7 @@ If you have:
|
|
27 |
* NVIDIA newer than 20xx RTX card then it's a no-brainer - use exl2 models.
|
28 |
From the get-go do this- open NVIDIA Control Panel -> Manage 3D Settings -> CUDA - Sysmem Fallback Policy : Prefer No Sysmem Fallback
|
29 |
|
30 |
-
1. [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui) oobabooga is the name of the creator of text-generation-webui but everyone calls text-generation-webui as oobabooga
|
31 |
2. [TabbyAPI](https://github.com/theroyallab/tabbyAPI) How to setup [Getting-Started](https://github.com/theroyallab/tabbyAPI/wiki/1.-Getting-Started)
|
32 |
* Other GPU/APU gguf
|
33 |
|
@@ -53,19 +53,19 @@ If you have:
|
|
53 |
|
54 |
```
|
55 |
{
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
"home_enabled": true,
|
61 |
"display_mode": "environment",
|
62 |
"fetch_virtual_env": true,
|
63 |
"display_virtual_env": true,
|
64 |
"fetch_version": true
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
}
|
70 |
```
|
71 |
|
@@ -101,4 +101,4 @@ If you have:
|
|
101 |
|
102 |
* STscript
|
103 |
* mergekit
|
104 |
-
* exllamav2
|
|
|
18 |
|
19 |
### Where Do We Start?
|
20 |
|
21 |
+
* We go here [SillyTavern-Launcher](https://github.com/SillyTavern/SillyTavern-Launcher) and follow all the installation steps. After, we go to ST Discord and saying thx to @deffcolony.
|
22 |
|
23 |
### What Can I Run on My Machine?
|
24 |
|
|
|
27 |
* NVIDIA newer than 20xx RTX card then it's a no-brainer - use exl2 models.
|
28 |
From the get-go do this- open NVIDIA Control Panel -> Manage 3D Settings -> CUDA - Sysmem Fallback Policy : Prefer No Sysmem Fallback
|
29 |
|
30 |
+
1. [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui) oobabooga is the name of the creator of text-generation-webui but everyone calls text-generation-webui as oobabooga.
|
31 |
2. [TabbyAPI](https://github.com/theroyallab/tabbyAPI) How to setup [Getting-Started](https://github.com/theroyallab/tabbyAPI/wiki/1.-Getting-Started)
|
32 |
* Other GPU/APU gguf
|
33 |
|
|
|
53 |
|
54 |
```
|
55 |
{
|
56 |
+
"background": "#FFDE57",
|
57 |
+
"foreground": "#111111",
|
58 |
+
"powerline_symbol": "\ue0b0",
|
59 |
+
"properties": {
|
60 |
"home_enabled": true,
|
61 |
"display_mode": "environment",
|
62 |
"fetch_virtual_env": true,
|
63 |
"display_virtual_env": true,
|
64 |
"fetch_version": true
|
65 |
+
},
|
66 |
+
"style": "powerline",
|
67 |
+
"template": " \ue235 {{ .Full }}{{ if .Venv }} {{ .Venv }}{{ end }} ",
|
68 |
+
"type": "python"
|
69 |
}
|
70 |
```
|
71 |
|
|
|
101 |
|
102 |
* STscript
|
103 |
* mergekit
|
104 |
+
* exllamav2
|