Update README.md
Browse files
README.md
CHANGED
@@ -23,14 +23,16 @@ [email protected]
|
|
23 |
1. Use VNC to connect to your appliance.
|
24 |
2. On the appliance, open a web browser to this page.
|
25 |
3. Go to the **Files and versions** tab of this web page.
|
26 |
-
4. Download the file **
|
27 |
-
5. Open a Terminal.
|
28 |
```
|
29 |
cd ~/Downloads
|
|
|
30 |
chmod a+x mmojo-server
|
31 |
mv mmojo-server ~/Mmojo-LLMs
|
|
|
32 |
```
|
33 |
-
6.
|
34 |
|
35 |
I'll have a script on the Desktop to do an upgrade soon.
|
36 |
|
|
|
23 |
1. Use VNC to connect to your appliance.
|
24 |
2. On the appliance, open a web browser to this page.
|
25 |
3. Go to the **Files and versions** tab of this web page.
|
26 |
+
4. Download the file **Mmojo-Server-Update-MKA.zip** file.
|
27 |
+
5. Open a Terminal. Copy these commands and paste into the Terminal:
|
28 |
```
|
29 |
cd ~/Downloads
|
30 |
+
unzip Mmojo-Server-Update-MKA.zip
|
31 |
chmod a+x mmojo-server
|
32 |
mv mmojo-server ~/Mmojo-LLMs
|
33 |
+
~/Desktop/Choose\ Model.sh
|
34 |
```
|
35 |
+
6. Choose an available model to restart **mmojo-server**.
|
36 |
|
37 |
I'll have a script on the Desktop to do an upgrade soon.
|
38 |
|