uuugi commited on
Commit
cc3b4ca
·
verified ·
1 Parent(s): 94c3e52

Update installation instructions to Hugging Face repository URL

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -156,8 +156,9 @@ gclm_project/
156
 
157
  ### 1. Installation
158
  ```bash
159
- git clone https://github.com/your-username/gclm.git
160
- cd gclm
 
161
  pip install -r requirements.txt
162
  ```
163
 
 
156
 
157
  ### 1. Installation
158
  ```bash
159
+ # Clone the repository from Hugging Face
160
+ git clone https://huggingface.co/uuugi/gclm-constrained-decoding
161
+ cd gclm-constrained-decoding
162
  pip install -r requirements.txt
163
  ```
164