anamikac2708 commited on
Commit
4dd361f
·
verified ·
1 Parent(s): f6ca267

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -25,9 +25,11 @@ 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
+ ```
30
  ! CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
31
+ ```
32
+
33
  2. ## Run the model
34
 
35
  ```