mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-24 07:27:52 +01:00
Small changes
This commit is contained in:
parent
25790ddc60
commit
53b91c6406
@ -69,7 +69,7 @@ modellist = [
|
|||||||
["C1 6B (Chatbot)", "hakurei/c1-6B", "12GB"],
|
["C1 6B (Chatbot)", "hakurei/c1-6B", "12GB"],
|
||||||
["Picard 2.7B (Novel)", "KoboldAI/GPT-Neo-2.7B-Picard", "6GB"],
|
["Picard 2.7B (Novel)", "KoboldAI/GPT-Neo-2.7B-Picard", "6GB"],
|
||||||
["Horni 2.7B (NSFW)", "KoboldAI/GPT-Neo-2.7B-Horni", "6GB"],
|
["Horni 2.7B (NSFW)", "KoboldAI/GPT-Neo-2.7B-Horni", "6GB"],
|
||||||
["Horni-LN 2.7B (Novel/NSFW)", "KoboldAI/GPT-Neo-2.7B-Horni-LN", "6GB"],
|
["Horni-LN 2.7B (Novel)", "KoboldAI/GPT-Neo-2.7B-Horni-LN", "6GB"],
|
||||||
["Shinen 2.7B (NSFW)", "KoboldAI/GPT-Neo-2.7B-Shinen", "6GB"],
|
["Shinen 2.7B (NSFW)", "KoboldAI/GPT-Neo-2.7B-Shinen", "6GB"],
|
||||||
["GPT-J 6B", "EleutherAI/gpt-j-6B", "12GB"],
|
["GPT-J 6B", "EleutherAI/gpt-j-6B", "12GB"],
|
||||||
["GPT-Neo 2.7B", "EleutherAI/gpt-neo-2.7B", "6GB"],
|
["GPT-Neo 2.7B", "EleutherAI/gpt-neo-2.7B", "6GB"],
|
||||||
|
@ -7,6 +7,7 @@ services:
|
|||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
|
- /etc/protocols:/etc/protocols:ro
|
||||||
- ../:/content/
|
- ../:/content/
|
||||||
- $HOME/.Xauthority:/root/.Xauthority:rw
|
- $HOME/.Xauthority:/root/.Xauthority:rw
|
||||||
devices:
|
devices:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user