Add llama.cpp monitor dropshell template with GPU dashboard
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
This commit is contained in:
11
llamacpp-monitor/config/service.env
Normal file
11
llamacpp-monitor/config/service.env
Normal file
@@ -0,0 +1,11 @@
|
||||
# Service settings specific to this server
|
||||
# (can also override anything in the template_info.env file)
|
||||
|
||||
# URL of the llama.cpp server to monitor
|
||||
LLAMA_SERVER_URL="http://localhost:8080"
|
||||
|
||||
# Port to serve the monitor dashboard on
|
||||
MONITOR_PORT=80
|
||||
|
||||
# Server Settings
|
||||
SSH_USER="root"
|
||||
Reference in New Issue
Block a user