Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CUDA, AVX512.
|
| 2 |
+
|
| 3 |
+
```sh
|
| 4 |
+
$ git clone "https://github.com/abetlen/llama-cpp-python" --depth=1
|
| 5 |
+
$ cd llama-cpp-python
|
| 6 |
+
$ git submodule update --init --recursive
|
| 7 |
+
$ CMAKE_ARGS="-DLLAMA_CUBLAS=on" python -m pip install .
|
| 8 |
+
```
|