kwang2049 commited on
Commit
16d87e3
·
1 Parent(s): dfd458a

bash command

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -60,9 +60,7 @@ One can also run the code of the repo on a local machine:
60
  # Clone the repo
61
  git lfs install
62
  git clone https://huggingface.co/kwang2049/long-coref
63
- cd long-coref
64
- pip install -r requirements.txt
65
- python local_run.py
66
  ```
67
 
68
  ## Evalution
 
60
  # Clone the repo
61
  git lfs install
62
  git clone https://huggingface.co/kwang2049/long-coref
63
+ cd long-coref && pip install -r requirements.txt && python local_run.py
 
 
64
  ```
65
 
66
  ## Evalution