Views
No views yet
1/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2echo >> ~/.zprofile
3echo 'eval "$(/opt/homebrew/bin/brew shellenv zsh)"' >> ~/.zprofile
4eval "$(/opt/homebrew/bin/brew shellenv zsh)"
5brew install git git-lfs
6python3 -m pip install mlx-lm huggingface_hub1export HF_TOKEN=hf_xxxxx
2git clone https://huggingface.co/umar141/Baro-mlx-mac-1.0
3cd Baro-mlx-mac-1.0
4git lfs pull
5mlx_lm.convert \
6 --hf-path google/gemma-3-1b-it \
7 --mlx-path gemma-1b-mlx1mlx_lm.generate \
2 --model gemma-1b-mlx \
3 --adapter-path baro_1.0 \
4 --system-prompt system_prompt.txt \
5 --max-tokens 130 \
6 --temp 0.6 \
7 --top-p 0.9 \
8 --top-k 40 \
9 --min-p 0.05 \
10 --extra-eos-token "\n\n" \
11 --prompt "I feel empty and tired lately."