Update README.md
Browse files
README.md
CHANGED
@@ -4,81 +4,10 @@ license: apache-2.0
|
|
4 |
|
5 |
### Hello
|
6 |
|
7 |
-
|
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 |
-
|
12 |
-
I do not accept pull requests.
|
13 |
|
14 |
-Brad<br/>
|
15 |
Brad Hutchings<br/>
|
16 |
brad@DemoMachine.net
|
17 |
-
|
18 |
-
<hr/>
|
19 |
-
|
20 |
-
### A note about the EU AI Act
|
21 |
-
I'm not here on this Earth, and my creations and adaptations are not here to comply with the EU AI Act. We settled this initially in 1776 and again in 1812.
|
22 |
-
For good measure, we came and helped y'all's out in WWI, WWII, the Cold War, and now Ukraine. So we are going to sort out our own way of "regulating"
|
23 |
-
AI or not, as we see fit. We're not your colony and not subject to your laws. Apologies for any lingering misunderstanding.
|
24 |
-
|
25 |
-
If this bothers you, there are other models and projects on Hugging Face. If this bothers Hugging Face, I'm sure there will be other repo spaces that can
|
26 |
-
host large downloads.
|
27 |
-
|
28 |
-
-Brad
|
29 |
-
<hr/>
|
30 |
-
|
31 |
-
### Windows Instructions
|
32 |
-
|
33 |
-
Video: https://youtu.be/HRqaBoNajCM
|
34 |
-
|
35 |
-
1. If you have not used PowerShell on your computer previously, you must enable scripting.
|
36 |
-
1. Run PowerShell as Administrator.
|
37 |
-
2. Paste this command and press the **enter** key:
|
38 |
-
```
|
39 |
-
Set-ExecutionPolicy Unrestricted
|
40 |
-
```
|
41 |
-
This will allow you to run scripts with permission each time. When you feel comfortable running scripts and, most importantly,
|
42 |
-
not running scripts you shouldn't run that might compromise your computer, run this command:
|
43 |
-
```
|
44 |
-
Set-ExecutionPolicy Bypass
|
45 |
-
```
|
46 |
-
3. Close the PowerShell window.
|
47 |
-
|
48 |
-
1. Go to the **Files and versions** tab of this web page.
|
49 |
-
2. Download the file **DemoMachine LLMs (Windows).zip**.
|
50 |
-
3. Once downloaded, move the file to your Desktop and extract there.
|
51 |
-
4. Open that new folder. right-click the **Start-Apple-OpenELM-1.1B-Instruct.ps1**. Choose **Run with PowerShell***.
|
52 |
-
- 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.
|
53 |
-
- The script will launch my `DemoMachine-llamafile.exe` executable to run the model.
|
54 |
-
- A web browser window will open. Follow instuctions there.
|
55 |
-
5. When you're finished with the model, close the web browser tab and close the PowerShell or Command window.
|
56 |
-
|
57 |
-
<hr/>
|
58 |
-
|
59 |
-
### macOS, Linux, Raspberry Pi. etc. Instructions
|
60 |
-
|
61 |
-
1. Go to the **Files and versions** tab of this web page.
|
62 |
-
2. Download the file **DemoMachine LLMs (macOS-Linux).zip**.
|
63 |
-
3. Once downloaded, move the file to your Desktop and extract there.
|
64 |
-
4. Open a Terminal. Type commands:
|
65 |
-
```
|
66 |
-
cd ~/Desktop/DemoMachine\ LLMs\ \(macOS-Linux\)
|
67 |
-
chmod a+x *
|
68 |
-
ls -al
|
69 |
-
```
|
70 |
-
(Picture of files with x bits set goes here.)
|
71 |
-
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.
|
72 |
-
- 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.
|
73 |
-
- The script will launch my `DemoMachine-llamafile.exe` executable to run the model.
|
74 |
-
- A web browser window will open. Follow instuctions there.
|
75 |
-
6. When you're finished with the model, close the web browser tab and close the PowerShell or Command window.
|
76 |
-
|
77 |
-
#### macOS Users
|
78 |
-
- **Note:** When you right-click the `.sh` script file, choose **Open** from the context menu that appears.
|
79 |
-
You may get a warning about the script. You can allow the script in the privacy settings:<br/>
|
80 |
-
https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac
|
81 |
-
|
82 |
-
- **Note:** You may be asked to enable Developer Tools or some such when you launch the Terminal app for the first time.
|
83 |
-
If this isn't a familiar place for you, please get some basic help from someone who knows their way around the Terminal.
|
84 |
-
|
|
|
4 |
|
5 |
### Hello
|
6 |
|
7 |
+
Please go to the new repo: [Brad-LLMs](https://huggingface.co/bradhutchings/Brads-LLMs). It has all the same things, with a new name.
|
|
|
|
|
8 |
|
9 |
+
This repo will remain online through the end of January, 2025 to support users who are already using DemoMachine-LLMs.
|
|
|
10 |
|
11 |
-Brad<br/>
|
12 |
Brad Hutchings<br/>
|
13 |
brad@DemoMachine.net
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|