diff --git a/.gitignore b/.gitignore index c37b893..0fb93c4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ __pycache__/ venv/ readme.md- *.bak +hardware_state.json diff --git a/hardware_state.json b/hardware_state.json deleted file mode 100644 index 5551cf1..0000000 --- a/hardware_state.json +++ /dev/null @@ -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 -} \ No newline at end of file