sai-madiraju/memory_recall_pilot
0
Cognitive Memory Assessment - Ollama
This Hugging Face Docker Space runs:
- Gradio on port 7860
- Ollama internally on 127.0.0.1:11434
llama3.2:3bby default
The Space starts Ollama, waits for its API, pulls the configured model if needed, verifies inference, and then starts the Gradio application.
Files
app.pyDockerfilestart.shrequirements.txtREADME.md
Changing model
Change OLLAMA_MODEL in the Dockerfile, for example:
llama3.2:1bfor lower memory usage/faster CPU inferencellama3.2:3bfor better output quality
The model is downloaded at runtime unless it is already available in the Space's local/persistent storage.
