2i commited on
Commit
0b0cd15
·
verified ·
1 Parent(s): fe480d5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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
+ ```