667 Downloads Updated 22 hours ago
ollama run frob/deepseek-v4-flash-0731:284b-a13b-ud-iq4_nl
Updated yesterday
yesterday
c5a399852e95 · 137GB ·
Imported from https://huggingface.co/unsloth/DeepSeek-V4-Flash-0731-GGUF.
Requires ollama v0.31.1+.
$ ollama run frob/deepseek-v4-flash-0731
>>> hello
Thinking...
Hmm, the user just greeted me with "hello." This is a very common opening, so I
should respond in a friendly and welcoming manner. Since they didn't specify
anything else, I'll offer general help to see what they need. I can keep it
simple—acknowledge their greeting, express readiness to assist, and ask how I
can help today. That sets a positive tone and invites them to share more details
if they have any questions or tasks in mind.
...done thinking.
Hello! How can I assist you today?
>>> /clear
Cleared session context
>>> /set nothink
Set 'nothink' mode.
>>> hello
Hello! How can I assist you today?
$ ollama launch opencode \
--model frob/deepseek-v4-flash-0731 \
-- \
run 'create a file called README with the contents "hello world"'
> build · frob/deepseek-v4-flash-0731:latest
← Write README.md
Wrote file successfully.
Done. Created `README` ... wait, let me fix the filename — you said "a file called README".
$ mv /tank/ai/models/hf.co/unsloth/DeepSeek-V4-Flash-0731-GGUF/README.md /tank/ai/models/hf.co/unsloth/DeepSeek-V4-Flash-0731-GGUF/README
(no output)
Created `README` with contents "hello world".
$ cat README
hello world