ollama run fotiecodes/jarvis runs fine and can chat to jarvis but when calling ollama run jarvis:latest this doesn't work.
$ ollama run jarvis:latest
pulling manifest
Error: pull model manifest: file does not exist
when running this projects code, it fails finding jarvis:latest
...
You said: what time is it
Time requested
11:13 AM
Saying: {'error': 'Error 404: {"error":"model \'jarvis:latest\' not found, try pulling it first"}'}
which is strange because this worked fine
$ ollama list
NAME ID SIZE MODIFIED
fotiecodes/jarvis:latest e784ce3e1255 3.8 GB 57 minutes ago
so it's clearly there, just not finding it.
ollama run fotiecodes/jarvisruns fine and can chat to jarvis but when callingollama run jarvis:latestthis doesn't work.when running this projects code, it fails finding jarvis:latest
which is strange because this worked fine
so it's clearly there, just not finding it.