alpha-gpu
Artem-Darius Weber 5 months ago
parent b0fe4b51cd
commit 74c5f69011

@ -4,7 +4,7 @@ import pyaudio
import time
# Server settings
SERVER_IP = '81.94.159.212' # Replace with your server's IP address
SERVER_IP = '192.168.1.31' # Replace with your server's IP address
DATA_SERVER_PORT = 8012
AUDIO_SERVER_PORT = 65432

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

@ -22,11 +22,8 @@ services:
tty: true
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
reservations: {}
ollama:
volumes:
- ./ollama/ollama:/root/.ollama
@ -37,11 +34,8 @@ services:
- OLLAMA_KEEP_ALIVE=24h
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
reservations: {}
ollama-webui:
image: ghcr.io/open-webui/open-webui:main
volumes:
@ -58,5 +52,4 @@ services:
- WEBUI_URL=http://localhost:8080
- WEBUI_SECRET_KEY=t0p-s3cr3t
extra_hosts:
- host.docker.internal:host-gateway
- host.docker.internal:host-gateway
Loading…
Cancel
Save