PEFT
PyTorch
gpt_bigcode
code
terryyz commited on
Commit
be62e83
1 Parent(s): 6053bc9

Update README.md

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