Views
No views yet
nasa_se_assistant_3b.F16.gguf — full model in GGUF F16Modelfile with:
FROM /path/to/nasa_se_assistant_3b.F16.gguf1ollama create nasa-se-assistant -f Modelfile
2ollama run nasa-se-assistant./llama-cli -m nasa_se_assistant_3b.F16.gguf -p "Your prompt" -n 2561import requests
2r = requests.post(
3 "http://localhost:11434/api/generate",
4 json={"model": "nasa-se-assistant", "prompt": "What is NPR 7150.2?"}
5)