rmihaylov commited on
Commit
62f7f8d
1 Parent(s): 1a3914b

Update readme

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