File size: 2,463 Bytes
c748f52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
---

### Hello

Thanks for your interest in my llamafiles packages. These are free for your use. These packages run on macOS, Windows, and Linux.
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.

If you would like paid assistance or need help with AI projects, please email me or start a discussion in the community.
I do not accept pull requests.

-Brad<br/>
Brad Hutchings<br/>
[email protected]

<hr/>

### Windows Instructinns

1. Go to the **Files and versions** tab of this web page.
2. Download the file **DemoMachine LLMs (Windows).zip**.
3. Once downloaded, move the file to your Desktop and extract there.
4. Open that new folder. right-click the **Start-Apple-OpenELM-1.1B-Instruct.ps1**. Choose **Run with PowerShell***.
   - 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.
   - The script will launch my `DemoMachine-llamafile.exe` executable to run the model.
   - A web browser window will open. Follow instuctions there.
5. When you're finished with the model, close the web browser tab and close the PowerShell or Command window.

<hr/>

### macOS, Linux, Raspberry Pi. etc.

1. Go to the **Files and versions** tab of this web page.
2. Download the file **DemoMachine LLMs (macOS-Linux).zip**.
3. Once downloaded, move the file to your Desktop and extract there.
4. Open a Terminal. Type commands:
   ```
   cd ~Desktop\DemoMachine\ LLMs\ \(macOS-Linux\)
   chmod a+x *
   exit
   ```
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.
   - 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.
   - The script will launch my `DemoMachine-llamafile.exe` executable to run the model.
   - A web browser window will open. Follow instuctions there.
6. When you're finished with the model, close the web browser tab and close the PowerShell or Command window.

**Note:** macOS users, 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.