Update readme
Browse files
README.md
CHANGED
@@ -26,6 +26,8 @@ This is an instruction-based model similart to ChatGPT but in Bulgarian. The int
|
|
26 |
Here is how to use this model in PyTorch:
|
27 |
|
28 |
```bash
|
|
|
|
|
29 |
>>> pip install -r requirements.txt
|
30 |
>>>
|
31 |
>>> python generate.py \
|
|
|
26 |
Here is how to use this model in PyTorch:
|
27 |
|
28 |
```bash
|
29 |
+
>>> git clone https://github.com/tloen/alpaca-lora.git
|
30 |
+
>>> cd alpaca-lora
|
31 |
>>> pip install -r requirements.txt
|
32 |
>>>
|
33 |
>>> python generate.py \
|