Skip to content

Commit

Permalink
Merge pull request #57 from Honkware/patch-1
Browse files Browse the repository at this point in the history
corrected node-llama-cpp command
  • Loading branch information
lalalune authored Oct 28, 2024
2 parents c417b86 + 55170d9 commit bb3f397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TWITTER_COOKIES= # Account cookies
If you have an NVIDIA GPU, you can install CUDA to speed up local inference dramatically.
```
npm install
npx --no node-llama-cpp download --gpu cuda
npx --no node-llama-cpp source download --gpu cuda
```

Make sure that you've installed the CUDA Toolkit, including cuDNN and cuBLAS.
Expand Down

0 comments on commit bb3f397

Please sign in to comment.