Compare commits

..

2 commits

Author SHA1 Message Date
joachimschmidt557
f71e5e3830
add cogito:3b-16k-think 2025-12-24 12:52:15 +01:00
joachimschmidt557
83ac2132a4
add qwen3:4b-16k 2025-12-24 12:52:03 +01:00
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
FROM cogito:3b
PARAMETER num_ctx 16384
SYSTEM """Enable deep thinking subroutine."""

2
qwen3:4b-16k/Modelfile Normal file
View file

@ -0,0 +1,2 @@
FROM qwen3:4b
PARAMETER num_ctx 16384