bradhutchings
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
### Hello
|
6 |
+
|
7 |
+
Thanks for your interest in my llamafiles packages. These are free for your use. These packages run on macOS, Windows, and Linux.
|
8 |
+
Smaller models will even run on a Rasberry Pi!
|
9 |
+
You should be familiar with running scripts on your computer. If you're not, please get help from someone who is.
|
10 |
+
|
11 |
+
If you would like paid assistance or need help with AI projects, please email me or start a discussion in the community.
|
12 |
+
I do not accept pull requests.
|
13 |
+
|
14 |
+
-Brad<br/>
|
15 |
+
Brad Hutchings<br/>
|
16 | |
17 |
+
|
18 |
+
<hr/>
|
19 |
+
|
20 |
+
### Windows Instructinns
|
21 |
+
|
22 |
+
1. Go to the **Files and versions** tab of this web page.
|
23 |
+
2. Download the file **DemoMachine LLMs (Windows).zip**.
|
24 |
+
3. Once downloaded, move the file to your Desktop and extract there.
|
25 |
+
4. Open that new folder. right-click the **Start-Apple-OpenELM-1.1B-Instruct.ps1**. Choose **Run with PowerShell***.
|
26 |
+
- The script will download a `.gguf` model for Apple OpenELM 1.1B Instruct that I have prepared to the `models` sub-folder. This may take a few minutes.
|
27 |
+
- The script will launch my `DemoMachine-llamafile.exe` executable to run the model.
|
28 |
+
- A web browser window will open. Follow instuctions there.
|
29 |
+
5. When you're finished with the model, close the web browser tab and close the PowerShell or Command window.
|
30 |
+
|
31 |
+
<hr/>
|
32 |
+
|
33 |
+
### macOS, Linux, Raspberry Pi. etc.
|
34 |
+
|
35 |
+
1. Go to the **Files and versions** tab of this web page.
|
36 |
+
2. Download the file **DemoMachine LLMs (macOS-Linux).zip**.
|
37 |
+
3. Once downloaded, move the file to your Desktop and extract there.
|
38 |
+
4. Open a Terminal. Type commands:
|
39 |
+
```
|
40 |
+
cd ~Desktop\DemoMachine\ LLMs\ \(macOS-Linux\)
|
41 |
+
chmod a+x *
|
42 |
+
exit
|
43 |
+
```
|
44 |
+
5. Open that new folder. right-click the **Start-Apple-OpenELM-1.1B-Instruct.sh**. There should be a menu item to "run" the script. Choose that.
|
45 |
+
- The script will download a `.gguf` model for Apple OpenELM 1.1B Instruct that I have prepared to the `models` sub-folder. This may take a few minutes.
|
46 |
+
- The script will launch my `DemoMachine-llamafile.exe` executable to run the model.
|
47 |
+
- A web browser window will open. Follow instuctions there.
|
48 |
+
6. When you're finished with the model, close the web browser tab and close the PowerShell or Command window.
|
49 |
+
|
50 |
+
**Note:** macOS users, you may be asked to enable Developer Tools or some such when you launch the Terminal app for the first time.
|
51 |
+
If this isn't a familiar place for you, please get some basic help from someone who knows their way around the Terminal.
|
52 |
+
|