File size: 3,908 Bytes
7baf470 f8da3ad 7baf470 f8da3ad 7baf470 895a83e 0a9825c e87e614 895a83e e87e614 895a83e e87e614 895a83e e87e614 895a83e 7baf470 0a9825c 7baf470 989228c 7baf470 895a83e 989228c 895a83e 7baf470 895a83e 7baf470 0a9825c 7baf470 f8da3ad 7baf470 989228c 7baf470 895a83e a8bd3ff 895a83e 7baf470 895a83e 7baf470 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
---
license: mit
---
### Hello
Thanks for your interest in the Mmojo Server packages. These are free for your use. These packages are built with
[llama-server-one](https://github.com/BradHutchings/llama-server-one) and run on macOS, Windows, and Linux on x86 and ARM PCs.
Smaller models will even run on a Rasberry Pi! You should be familiar with running scripts on your computer.
If you're not, please get help from someone who is.
I make an affordable appliance you can plug into your home router and access Mmojo Server. If you're not comfortable with
running programs on the command line, you should get one. Even if you are, you should get one!
Please visit [Mmojo.net](https://Mmojo.net) to purchase.
-Brad<br/>
Brad Hutchings<br/>
[email protected]
---
### Mmojo Knowledge Appliance Updgrade Instructions
1. Use VNC to connect to your appliance.
2. On the appliance, open a web browser to this page.
3. Go to the **Files and versions** tab of this web page.
4. Download the **Mmojo-Server-Update-MKA.zip** file.
5. Open a Terminal. Copy these commands and paste into the Terminal:
```
cd ~/Downloads
unzip Mmojo-Server-Update-MKA.zip
chmod a+x mmojo-server
mv mmojo-server ~/Mmojo-LLMs
~/Desktop/Choose\ Model.sh
```
6. Choose an available model to restart **mmojo-server**.
I'll have a script on the Desktop to do an upgrade soon.
You can download additional models to use from the **models** directory. Place the **.gguf** files in the
**Mmojo-LLMs** directory. Run the **Choose Model.sh** script on your Desktop to use a different model.
---
### Windows Instructions
1. Go to the **Files and versions** tab of this web page.
2. Download the **Mmojo Server (Windows).zip** file.
3. Once downloaded, move the file to your Desktop and extract there.
4. Open that new folder. Right-click the **mmojo-server.exe** file. Choose **Open**.
- A Terminal window will open and start the server.
5. Open your web browser and connect to [https://localhost:443](https://localhost:443)
6. When you're finished using Mmojo Server, close the web browser tab and close the Terminal window.
You can download additional models to use from the **models** directory. Place the **.gguf** files in the
**Mmojo Server (Windows)** directory. Edit line 2 of the **mmojo-server-args** file to use a different model.
---
### macOS, Linux, Raspberry Pi, etc. Instructions
1. Go to the **Files and versions** tab of this web page.
2. Download the **Mmojo Server (macOS-Linux).zip** file.
3. Once downloaded, move the file to your Desktop and extract there.
4. Open a Terminal. Type commands:
```
cd ~/Desktop/Mmojo Server\ \(macOS-Linux\)
chmod a+x *
ls -al
```
(Picture of files with x bits set goes here.)
5. Open that new folder. Right-click the **mmojo-server** file. There should be a menu item to "run" the app. Choose that.
- A Terminal window will open and start the server.
6. Open your web browser and connect to [https://localhost:443](https://localhost:443)
7. When you're finished with the server, close the web browser tab and close the Terminal window.
You can download additional models to use from the **models** directory. Place the **.gguf** files in the
**Mmojo Server (macOS-Linux)** directory. Edit line 2 of the **mmojo-server-args** file to use a different model.
---
#### macOS Users
- **Note:** When you right-click the `mmojo-server` file, choose **Open** from the context menu that appears.
You may get a warning about the script. You can allow the script in the privacy settings:<br/>
https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac
- **Note:** You may be asked to enable Developer Tools or some such when you launch the Terminal app for the first time.
If this isn't a familiar place for you, please get some basic help from someone who knows their way around the Terminal.
|