anamikac2708 commited on
Commit
a8a095d
·
verified ·
1 Parent(s): 8741709

Update README.md

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