Update README.md
Browse files
README.md
CHANGED
|
@@ -25,9 +25,10 @@ This project is for research purposes only. Third-party datasets may be subject
|
|
| 25 |
|
| 26 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 27 |
1. ## Install llama-cpp-python:
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
-
! CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
| 30 |
-
|
| 31 |
2. ## Run the model
|
| 32 |
|
| 33 |
```
|
|
|
|
| 25 |
|
| 26 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 27 |
1. ## Install llama-cpp-python:
|
| 28 |
+
```
|
| 29 |
+
! CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
| 30 |
+
```
|
| 31 |
|
|
|
|
|
|
|
| 32 |
2. ## Run the model
|
| 33 |
|
| 34 |
```
|