mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Colab text
This commit is contained in:
@@ -16,6 +16,17 @@
|
||||
"gpuClass": "standard"
|
||||
},
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"source": [
|
||||
"TavernAI https://github.com/TavernAI/TavernAI<br>\n",
|
||||
"KoboldAI https://github.com/KoboldAI/KoboldAI-Client<br>\n",
|
||||
"Colab https://colab.research.google.com/github/TavernAI/TavernAI/blob/main/colab/GPU.ipynb<br>"
|
||||
],
|
||||
"metadata": {
|
||||
"id": "d-Yihz3hAb2E"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
@@ -24,13 +35,13 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"#@title <b><-- Select your model below and then click this to start KoboldAI</b>\n",
|
||||
"#@markdown You can find a description of the models below along with instructions on how to start KoboldAI.\n",
|
||||
"#@title <b>TavernAI</b>\n",
|
||||
"#@markdown <-(≖ ‸ ≖ ✿)\n",
|
||||
"\n",
|
||||
"Model = \"Pygmalion 6B\" #@param [\"Nerys V2 6B\", \"Erebus 6B\", \"Skein 6B\", \"Janeway 6B\", \"Adventure 6B\", \"Pygmalion 6B\", \"Pygmalion 6B Dev\", \"Lit V2 6B\", \"Lit 6B\", \"Shinen 6B\", \"Nerys 2.7B\", \"AID 2.7B\", \"Erebus 2.7B\", \"Janeway 2.7B\", \"Picard 2.7B\", \"Horni LN 2.7B\", \"Horni 2.7B\", \"Shinen 2.7B\", \"OPT 2.7B\", \"Fairseq Dense 2.7B\", \"Neo 2.7B\"] {allow-input: true}\n",
|
||||
"Version = \"Official\" #@param [\"Official\", \"United\"] {allow-input: true}\n",
|
||||
"Provider = \"Cloudflare\" #@param [\"Localtunnel\", \"Cloudflare\"]\n",
|
||||
"use_google_drive = False #@param {type:\"boolean\"}\n",
|
||||
"Version = \"Official\" \n",
|
||||
"Provider = \"Cloudflare\" \n",
|
||||
"use_google_drive = False\n",
|
||||
"\n",
|
||||
"!nvidia-smi\n",
|
||||
"import subprocess\n",
|
||||
|
Reference in New Issue
Block a user