[HELP] unable to run
#1
by
kediaharshit9
- opened
I downloaded the gguf file from the repo.
using modelfile -
FROM ./fingpt-forecaster_llama2-7b.gguf
PARAMETER temperature 0.2
SYSTEM You are a helpful assistant.
$ ollama create fin_gpt ModelFile
...
success
$ ollama run fin_gpt
>> hi
I am not getting any output for this. Can someone please help me with why can this be the case.
+1