Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Mat17892
/
iris
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
iris
/
llama.cpp
/
examples
/
server
/
bench
/
prometheus.yml
Mat17892
llamacpp
b664585
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
183 Bytes
global:
scrape_interval:
10s
external_labels:
llamacpp:
'server'
scrape_configs:
-
job_name:
'llama.cpp server'
static_configs:
-
targets:
[
'localhost:8080'
]