Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d270ec2

Browse filesBrowse files
committed
Update macOS Metal GPU step 4
* Update "today" to version 0.1.62 * Fix numbering (there were 2 step 4's)
1 parent ca11673 commit d270ec2
Copy full SHA for d270ec2

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎docs/install/macos.md

Copy file name to clipboardExpand all lines: docs/install/macos.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ conda create -n llama python=3.9.16
2626
conda activate llama
2727
```
2828

29-
**(4) Install the LATEST llama-cpp-python.. which, as of just today, happily supports MacOS Metal GPU**
29+
**(4) Install the LATEST llama-cpp-python...which happily supports MacOS Metal GPU as of version 0.1.62**
3030
*(you needed xcode installed in order pip to build/compile the C++ code)*
3131
```
3232
pip uninstall llama-cpp-python -y
3333
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install -U llama-cpp-python --no-cache-dir
3434
pip install 'llama-cpp-python[server]'
3535
36-
# you should now have llama-cpp-python v0.1.62 installed
37-
llama-cpp-python         0.1.62     
36+
# you should now have llama-cpp-python v0.1.62 or higher installed
37+
llama-cpp-python         0.1.68
3838
3939
```
4040

41-
**(4) Download a v3 ggml model**
41+
**(5) Download a v3 ggml model**
4242
- **ggmlv3**
4343
- file name ends with **q4_0.bin** - indicating it is 4bit quantized, with quantisation method 0
4444

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.