Raymond-dev-546730 commited on
Commit
ef53a05
·
verified ·
1 Parent(s): 2b0b4b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -88,12 +88,10 @@ Considering all these properties together, this material would be particularly v
88
 
89
  Choose your deployment method and install the required dependencies:
90
 
91
- **SafeTensors deployment:**
92
  ```bash
 
93
  pip install torch transformers accelerate safetensors
94
- ```
95
- **LLaMa.cpp deployment:**
96
- ```bash
97
  pip install llama-cpp-python
98
  ```
99
 
@@ -101,10 +99,9 @@ pip install llama-cpp-python
101
 
102
  **SafeTensors deployment:**
103
  ```bash
 
104
  python Inference_safetensors.py
105
- ```
106
- **LLaMa.cpp deployment:**
107
- ```bash
108
  python Inference_llama.cpp.py
109
  ```
110
 
 
88
 
89
  Choose your deployment method and install the required dependencies:
90
 
 
91
  ```bash
92
+ # For SafeTensors
93
  pip install torch transformers accelerate safetensors
94
+ # For LlaMa.cpp
 
 
95
  pip install llama-cpp-python
96
  ```
97
 
 
99
 
100
  **SafeTensors deployment:**
101
  ```bash
102
+ # For SafeTensors
103
  python Inference_safetensors.py
104
+ # For LlaMa.cpp
 
 
105
  python Inference_llama.cpp.py
106
  ```
107