8000 docs: Update README · coderonion/llama-cpp-python@045cc12 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 045cc12

Browse files
committed
docs: Update README
1 parent e10af30 commit 045cc12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If this fails, add `--verbose` to the `pip install` see the full cmake build log
4949

5050
All `llama.cpp` cmake build options can be set via the `CMAKE_ARGS` environment variable or via the `--config-settings / -C` cli flag during installation.
5151

52-
<details>
52+
<details open>
5353
<summary>Environment Variables</summary>
5454

5555
```bash
@@ -89,7 +89,7 @@ llama-cpp-python -C cmake.args="-DLLAMA_BLAS=ON;-DLLAMA_BLAS_VENDOR=OpenBLAS"
8989

9090
Below are some common backends, their build commands and any additional environment variables required.
9191

92-
<details>
92+
<details open>
9393
<summary>OpenBLAS (CPU)</summary>
9494

9595
To install with OpenBLAS, set the `LLAMA_BLAS` and `LLAMA_BLAS_VENDOR` environment variables before installing:

0 commit comments

Comments
 (0)
0