just a heads up
ollama doesnt run gemma 3
i pulled down gemma3:4b with ollama to test it
start the ollama server
or
pull gemma 3
run gemma 3
gemma 3 fails with this error
seems like there was a similar error with gemma 2
havent come across any fix for the issue
ollama doesnt run gemma 3

i pulled down gemma3:4b with ollama to test it
start the ollama server
Code:
OLLAMA_NUM_PARALLEL=1 OLLAMA_DEBUG=1 LLAMA_DEBUG=1 ollama start
or
Code:
ollama serve
pull gemma 3
Code:
ollama pull gemma3:4b
run gemma 3
Code:
ollama run gemma3:4b
gemma 3 fails with this error
Code:
unknown model architecture: 'gemma3'
seems like there was a similar error with gemma 2
havent come across any fix for the issue