Raymond-dev-546730 commited on
Commit
6916e32
·
verified ·
1 Parent(s): 1e88c1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -89,7 +89,7 @@ Choose your deployment method and install the required dependencies:
89
  ```bash
90
  # For SafeTensors
91
  pip install torch transformers accelerate safetensors
92
- # For LlaMa.cpp
93
  pip install llama-cpp-python
94
  ```
95
 
@@ -103,7 +103,7 @@ Run your script and the analysis results will appear in the terminal:
103
  ```bash
104
  # For SafeTensors
105
  python Inference_safetensors.py
106
- # For LlaMa.cpp
107
  python Inference_llama.cpp.py
108
  ```
109
 
 
89
  ```bash
90
  # For SafeTensors
91
  pip install torch transformers accelerate safetensors
92
+ # For LLaMa.cpp
93
  pip install llama-cpp-python
94
  ```
95
 
 
103
  ```bash
104
  # For SafeTensors
105
  python Inference_safetensors.py
106
+ # For LLaMa.cpp
107
  python Inference_llama.cpp.py
108
  ```
109