Skip to content

Commit 64abe8b

Browse files
committed
Improve Getting Started.
1 parent e2614b5 commit 64abe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The most straightforward way to include ClojureCUDA in your project is with Lein
2424
* Add the following dependency to your `project.clj`:![](https://clojars.org/uncomplicate/clojurecuda/latest-version.svg)
2525
* Add the appropriate JavaCPP CUDA distribution jar, such as `[org.bytedeco/cuda "12.3-8.9-1.5.10" :classifier linux-x86_64-redist]`
2626

27-
If you use the latest CUDA (as of this writing, `12.3`) that's all. Please not that JavaCPP CUDA is *VERY LARGE*, so the download will take time
27+
If you use the latest CUDA (as of this writing, `12.3`) that's all. Please not that JavaCPP CUDA is *VERY LARGE (2 GB)*, so the download will take time
2828
the first time you're doing it. If you do this from an IDE, you would not even know why your REPL is not up yet, and may kill the process. This
2929
will leave the JavaCPP CUDA jar broken. So, the first time you're using this dependency, I advise you to open the terminal (command prompt on Windows)
3030
and type `lein deps`. You'll see the progress and can patiently wait a minute or two until it's ready. The next time, your REPL will start instantly,

0 commit comments

Comments
 (0)