Skip to content

Commit

Permalink
docs: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Jan 30, 2024
1 parent 1b2d22f commit 722e483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Building the program with BLAS support may lead to some performance improvements
```

**Without docker**:

For example, on Ubuntu 22.04 (jammy), use the command below:

```bash
Expand All @@ -633,7 +633,7 @@ Building the program with BLAS support may lead to some performance improvements
cmake --build . --config Release
# Test the output binary (with "-ngl 33" to offload all layers to GPU)
./bin/main -m "PATH_TO_MODEL" -p "Hi you how are you" -n 50 -e -ngl 33 -t 4

# You should see in the output, ggml_vulkan detected your GPU. For example:
# ggml_vulkan: Using Intel(R) Graphics (ADL GT2) | uma: 1 | fp16: 1 | warp size: 32
```
Expand Down

0 comments on commit 722e483

Please sign in to comment.