Merge pull request #18 from VE-FORBRYDERNE/doc

Correct misindicated model VRAM requirements
This commit is contained in:
henk717
2021-09-21 18:54:19 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@ -46,11 +46,11 @@ class colors:
modellist = [
["Custom Neo (GPT-Neo / Converted GPT-J)", "NeoCustom", ""],
["Custom GPT-2 (eg CloverEdition)", "GPT2Custom", ""],
["GPT Neo 1.3B", "EleutherAI/gpt-neo-1.3B", "4GB"],
["GPT Neo 2.7B", "EleutherAI/gpt-neo-2.7B", "8GB"],
["GPT-2", "gpt2", "600MB"],
["GPT-2 Med", "gpt2-medium", "1GB"],
["GPT-2 Large", "gpt2-large", "8GB"],
["GPT Neo 1.3B", "EleutherAI/gpt-neo-1.3B", "8GB"],
["GPT Neo 2.7B", "EleutherAI/gpt-neo-2.7B", "16GB"],
["GPT-2", "gpt2", "1GB"],
["GPT-2 Med", "gpt2-medium", "2GB"],
["GPT-2 Large", "gpt2-large", "4GB"],
["GPT-2 XL", "gpt2-xl", "8GB"],
["InferKit API (requires API key)", "InferKit", ""],
["Google Colab", "Colab", ""],