Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,6 @@ The model follows instructions provided in the input. You should always preface
|
|
93 |
## Generation
|
94 |
```python
|
95 |
# pip install -q transformers
|
96 |
-
# pip install -e git+https://github.com/bigcode-project/astraios#subdirectory=peft
|
97 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
98 |
|
99 |
checkpoint = "bigcode/astraios-1b-fft"
|
|
|
93 |
## Generation
|
94 |
```python
|
95 |
# pip install -q transformers
|
|
|
96 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
97 |
|
98 |
checkpoint = "bigcode/astraios-1b-fft"
|