chore: gitignore hardware_state.json (runtime artifact)
This commit is contained in:
@@ -5,3 +5,4 @@ __pycache__/
|
|||||||
venv/
|
venv/
|
||||||
readme.md-
|
readme.md-
|
||||||
*.bak
|
*.bak
|
||||||
|
hardware_state.json
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"ram_total_gb": 15.2,
|
|
||||||
"ram_available_gb": 13.4,
|
|
||||||
"cpu_count": 16,
|
|
||||||
"vram_total_mb": 0,
|
|
||||||
"vram_free_mb": 0,
|
|
||||||
"llama_reachable": true,
|
|
||||||
"llama_models": [
|
|
||||||
"/home/gramps/models/Mistral-Nemo-Instruct-2407-Q4_K_M.gguf"
|
|
||||||
],
|
|
||||||
"qdrant_reachable": true,
|
|
||||||
"qdrant_collections": [
|
|
||||||
"jarvis_rag"
|
|
||||||
],
|
|
||||||
"searxng_reachable": false
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user