bash command
Browse files
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
|