diff --git a/README.md b/README.md index b922728..8bb61d7 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ the aim is to incorporate it into `aibot` and `aios`. ## model -1. gemma3:b12 -2. deepseek-r1:b12 +1. gemma3:12b +2. deepseek-r1:12b ```json { @@ -26,8 +26,8 @@ the aim is to incorporate it into `aibot` and `aios`. ```sh $ brew install ollama $ brew service restart ollama -$ ollama pull gemma3:14b -$ ollama run gemma3:14b "hello" +$ ollama pull gemma3:12b +$ ollama run gemma3:12b "hello" ``` ## n8n @@ -65,7 +65,7 @@ finetuning $ conda create -n finetuning python=3.11 $ conda activate finetuning $ pip install mlx-lm #apple silicon -$ ollama run llama3.2 +$ ollama run llama3.2:1b $ echo "{ \"model\": \"https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct\", \"data\": \"https://github.com/ml-explore/mlx-examples/tree/main/lora/data\" }"|jq . $ model=meta-llama/Llama-3.2-1B-Instruct $ data=ml-explore/mlx-examples/lora/data