Unsafe, S1, S2, S3...

#3
by dylanebert - opened

Since updating ollama, I've started getting the same output every time with this model unsafe, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12

I've tested the base model and that works fine.

Any idea what might be causing this?

Also receiving this error no matter how I try to use the model.

D: that's weird.. are you also using ollama @NovelPirate ?

same issue as above. One word response for any prompt. "Safe."

works fine if you make a modelfile for it and create your ollama model with that, problem goes away then

FROM hf.co/bartowski/LLaMA-Mesh-GGUF:Q8_0
PARAMETER temperature 0.9
PARAMETER num_ctx 8192
TEMPLATE """{{ .System }} {{ .Prompt }}"""
SYSTEM """You are an AI specialized in generating 3D mesh models in OBJ format from text descriptions, including low-poly designs for games."""

Sign up or log in to comment