Skip to content

Commit 16c17c2

Browse files
authored
Cleanup old instructions
1 parent a0420bc commit 16c17c2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ NB: use `-DGGML_NATIVE=OFF` to ensure wider portability.
8181

8282

8383
### Windows build
84-
With the following build commands for windows (cpu build only, CUDA ignored, see upstream for GPU version):
84+
With the following build commands for windows.
8585

8686
#### CPU Only
8787

@@ -106,12 +106,9 @@ cmake --build . --config Release -j --verbose
106106

107107
#### CUDA
108108

109-
ATM built for CUDA 12.4 runtime
109+
ATM CUDA 12.4 runtime is recommended.
110110

111-
- Use `cuda` branch if you want cuda enabled.
112-
- We build statically due to dll runtime load bug so you need to copy `cudart.lib` `cublas.lib` and `cuda.lib` into your libraries/win64 path. These are ignored atm.
113-
- Ensure `bTryToUseCuda = true;` is set in LlamaCore.build.cs to add CUDA libs to build.
114-
- NB help wanted: Ideally this needs a variant that build with `-DBUILD_SHARED_LIBS=ON`
111+
- Ensure `bTryToUseCuda = true;` is set in LlamaCore.build.cs to add CUDA libs to build (untested in v0.9 update)
115112

116113
```
117114
mkdir build

0 commit comments

Comments
 (0)