Chenxi Whitehouse
commited on
Commit
•
ab8292d
1
Parent(s):
ed0d22b
update README
Browse files
README.md
CHANGED
@@ -51,6 +51,17 @@ Below are the steps to reproduce the baseline results. The main difference from
|
|
51 |
|
52 |
### 0. Set up environment
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
```bash
|
55 |
conda create -n averitec python=3.11
|
56 |
conda activate averitec
|
|
|
51 |
|
52 |
### 0. Set up environment
|
53 |
|
54 |
+
You will need to have [Git LFS](https://git-lfs.com/) installed:
|
55 |
+
```bash
|
56 |
+
git lfs install
|
57 |
+
git clone https://huggingface.co/chenxwh/AVeriTeC
|
58 |
+
```
|
59 |
+
You can also skip the large files in the repo and selectively download them later:
|
60 |
+
```bash
|
61 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/chenxwh/AVeriTeC
|
62 |
+
```
|
63 |
+
Then create `conda` environment and install the libs.
|
64 |
+
|
65 |
```bash
|
66 |
conda create -n averitec python=3.11
|
67 |
conda activate averitec
|