Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ Video: https://youtu.be/HRqaBoNajCM
|
|
33 |
```
|
34 |
3. Close the PowerShell window.
|
35 |
1. Go to the **Files and versions** tab of this web page.
|
36 |
-
2. Download the file **Brads
|
37 |
3. Once downloaded, move the file to your Desktop and extract there.
|
38 |
4. Open that new folder. right-click the **Start-Apple-OpenELM-1.1B-Instruct.ps1**. Choose **Run with PowerShell***.
|
39 |
- 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.
|
@@ -43,11 +43,11 @@ Video: https://youtu.be/HRqaBoNajCM
|
|
43 |
<hr/>
|
44 |
### macOS, Linux, Raspberry Pi. etc. Instructions
|
45 |
1. Go to the **Files and versions** tab of this web page.
|
46 |
-
2. Download the file **Brads
|
47 |
3. Once downloaded, move the file to your Desktop and extract there.
|
48 |
4. Open a Terminal. Type commands:
|
49 |
```
|
50 |
-
cd ~/Desktop/Brads
|
51 |
chmod a+x *
|
52 |
ls -al
|
53 |
```
|
|
|
33 |
```
|
34 |
3. Close the PowerShell window.
|
35 |
1. Go to the **Files and versions** tab of this web page.
|
36 |
+
2. Download the file **Brads-LLMs (Windows).zip**.
|
37 |
3. Once downloaded, move the file to your Desktop and extract there.
|
38 |
4. Open that new folder. right-click the **Start-Apple-OpenELM-1.1B-Instruct.ps1**. Choose **Run with PowerShell***.
|
39 |
- 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.
|
|
|
43 |
<hr/>
|
44 |
### macOS, Linux, Raspberry Pi. etc. Instructions
|
45 |
1. Go to the **Files and versions** tab of this web page.
|
46 |
+
2. Download the file **Brads-LLMs (macOS-Linux).zip**.
|
47 |
3. Once downloaded, move the file to your Desktop and extract there.
|
48 |
4. Open a Terminal. Type commands:
|
49 |
```
|
50 |
+
cd ~/Desktop/Brads-LLMs\ \(macOS-Linux\)
|
51 |
chmod a+x *
|
52 |
ls -al
|
53 |
```
|