Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,11 @@ Llama.cpp compatible version of an original [30B model](https://huggingface.co/I
|
|
13 |
|
14 |
How to run:
|
15 |
```
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
18 |
```
|
|
|
13 |
|
14 |
How to run:
|
15 |
```
|
16 |
+
sudo apt-get install git-lfs
|
17 |
+
pip install llama-cpp-python fire
|
18 |
+
|
19 |
+
git clone https://huggingface.co/IlyaGusev/saiga_30b_lora_llamacpp
|
20 |
+
|
21 |
+
cd saiga_30b_lora_llamacpp
|
22 |
+
python3 interact.py ggml-model-q4_1.bin
|
23 |
```
|