Install packages:
pip install open-webui mlx-lm
Start Open WebUI server:
/!\ Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be fine 😉
~/.ssh/config, set each ssh key for each repository as in this exemple:| Render 1 | Render 2 | State Preserved? |
|---|---|---|
<>...</> |
<>{[...]}</> |
yes (in any level) |
<><>...</></> |
<>...</> |
no |
[...] |
[[...]] |
no |
[<>...</>]* |
[...] |
no |
[<>...</>]* |
<>...</> |
no |
[<>...</>]* |
<>[...]</> |
no |
[<>...</>]* |
[[...]] |
yes |
[<>...>]* |
<><>...>> |
yes |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
| Install Brew | |
| ------------ | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| Git | |
| --- | |
| brew install git && | |
| git config --global user.name "Manitha Rani D" && | |
| git config --global user.email "imRajuDhami@gmail.com" |
| APT FAST | |
| -------- | |
| sudo add-apt-repository ppa:apt-fast/stable && | |
| sudo apt-get update && | |
| sudo apt-get -y install aria2 apt-fast | |
| /bin/bash -c "$(curl -sL https://git.io/vokNn)" | |
| YADM | |
| ---- |